Scheduler
|
#include <schedulerDimensions.h>
Public Member Functions | |
~MissRateDimension () | |
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... | |
![]() | |
virtual | ~StateSpaceDimension () |
void | setIndex (int i) |
int | getIndex () |
Static Public Attributes | |
static constexpr const char * | configKey = "missRateQueueSize" |
Additional Inherited Members | |
![]() | |
template<typename T > | |
std::shared_ptr< T > | getModel () |
![]() | |
int | index |
std::shared_ptr< DomainModel > | domainModel {nullptr} |
Definition at line 66 of file schedulerDimensions.h.
|
inline |
Definition at line 71 of file schedulerDimensions.h.
|
virtual |
returns the name of that dimension
Implements Mdp::StateSpaceDimension.
Definition at line 120 of file schedulerDimensions.cpp.
|
virtual |
returns the number of possible positions along that dimension
Implements Mdp::StateSpaceDimension.
Definition at line 130 of file schedulerDimensions.cpp.
|
virtual |
gets the position of the state along that dimension
Implements Mdp::StateSpaceDimension.
Definition at line 125 of file schedulerDimensions.cpp.
|
static |
Definition at line 69 of file schedulerDimensions.h.