|
Scheduler
|
#include <taskDimensions.h>
Public Member Functions | |
| TaskDimension (int pid) | |
| std::string | getName () override |
| returns the name of that dimension More... | |
| Mdp::statePosition_t | getPosition () override |
| size_t | getNumberOfPositions () override |
| returns the number of possible positions along that dimension More... | |
Public Member Functions inherited from Mdp::StateSpaceDimension | |
| virtual | ~StateSpaceDimension () |
| void | setIndex (int i) |
| int | getIndex () |
Additional Inherited Members | |
Protected Member Functions inherited from Mdp::StateSpaceDimension | |
| template<typename T > | |
| std::shared_ptr< T > | getModel () |
Protected Attributes inherited from Mdp::StateSpaceDimension | |
| int | index |
| std::shared_ptr< DomainModel > | domainModel {nullptr} |
Definition at line 21 of file taskDimensions.h.
| TaskDimension::TaskDimension | ( | int | pid | ) |
Definition at line 19 of file taskDimensions.cpp.
|
overridevirtual |
returns the name of that dimension
Implements Mdp::StateSpaceDimension.
Definition at line 24 of file taskDimensions.cpp.
|
overridevirtual |
returns the number of possible positions along that dimension
Implements Mdp::StateSpaceDimension.
Definition at line 45 of file taskDimensions.cpp.
|
overridevirtual |
Implements Mdp::StateSpaceDimension.
Definition at line 29 of file taskDimensions.cpp.
1.8.11