Scheduler
|
#include <stateSpaceTest.h>
Public Member Functions | |
std::string | getName () override |
returns the name of that dimension More... | |
Mdp::statePosition_t | getPosition () override |
gets the position of the state along that dimension More... | |
size_t | getNumberOfPositions () override |
returns the number of possible positions along that dimension More... | |
![]() | |
virtual | ~StateSpaceDimension () |
void | setIndex (int i) |
int | getIndex () |
Public Attributes | |
Mdp::statePosition_t | position {0} |
size_t | nbOfPositions {2} |
Additional Inherited Members | |
![]() | |
template<typename T > | |
std::shared_ptr< T > | getModel () |
![]() | |
int | index |
std::shared_ptr< DomainModel > | domainModel {nullptr} |
Definition at line 30 of file stateSpaceTest.h.
|
inlineoverridevirtual |
returns the name of that dimension
Implements Mdp::StateSpaceDimension.
Definition at line 33 of file stateSpaceTest.h.
|
inlineoverridevirtual |
returns the number of possible positions along that dimension
Implements Mdp::StateSpaceDimension.
Definition at line 36 of file stateSpaceTest.h.
|
inlineoverridevirtual |
gets the position of the state along that dimension
Implements Mdp::StateSpaceDimension.
Definition at line 34 of file stateSpaceTest.h.
size_t Dimension::nbOfPositions {2} |
Definition at line 37 of file stateSpaceTest.h.
Mdp::statePosition_t Dimension::position {0} |
Definition at line 35 of file stateSpaceTest.h.