Scheduler
|
#include <rlTestDimensions.h>
Public Member Functions | |
RlDim (int i) | |
std::string | getName () |
returns the name of that dimension More... | |
Mdp::statePosition_t | getPosition () |
gets the position of the state along that dimension More... | |
int | getNumberOfPositions () |
returns the number of possible positions along that dimension More... | |
![]() | |
virtual | ~StateSpaceDimension () |
void | setIndex (int i) |
int | getIndex () |
Additional Inherited Members | |
![]() | |
template<typename T > | |
std::shared_ptr< T > | getModel () |
![]() | |
int | index |
std::shared_ptr< DomainModel > | domainModel {nullptr} |
Definition at line 23 of file rlTestDimensions.h.
RlDim::RlDim | ( | int | i | ) |
Copyright 2017 Jacques Florence All rights reserved. See License.txt file
Definition at line 13 of file rlTestDimensions.cpp.
|
inlinevirtual |
returns the name of that dimension
Implements Mdp::StateSpaceDimension.
Definition at line 27 of file rlTestDimensions.h.
|
virtual |
returns the number of possible positions along that dimension
Implements Mdp::StateSpaceDimension.
Definition at line 18 of file rlTestDimensions.cpp.
|
virtual |
gets the position of the state along that dimension
Implements Mdp::StateSpaceDimension.
Definition at line 24 of file rlTestDimensions.cpp.