|
Scheduler
|
#include <schedulerDimensions.h>
Public Member Functions | |
| ~TemperatureDimension () | |
| std::string | getName () |
| returns the name of that dimension More... | |
| Mdp::statePosition_t | getPosition () |
| gets the position of the state along that dimension More... | |
| size_t | getNumberOfPositions () |
| 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 () |
Static Public Attributes | |
| static constexpr const char * | configKey = "temperatureQueueSize" |
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 55 of file schedulerDimensions.h.
|
inline |
Definition at line 60 of file schedulerDimensions.h.
|
virtual |
returns the name of that dimension
Implements Mdp::StateSpaceDimension.
Definition at line 101 of file schedulerDimensions.cpp.
|
virtual |
returns the number of possible positions along that dimension
Implements Mdp::StateSpaceDimension.
Definition at line 111 of file schedulerDimensions.cpp.
|
virtual |
gets the position of the state along that dimension
Implements Mdp::StateSpaceDimension.
Definition at line 106 of file schedulerDimensions.cpp.
|
static |
Definition at line 58 of file schedulerDimensions.h.
1.8.11