|
Scheduler
|
#include <stateSpaceTest.h>
Public Member Functions | |
| std::string | getName () override |
| returns the name of that state More... | |
| bool | isInState () override |
| Given the information provided by the DomainModel, this function checks if the system is in that state. More... | |
Public Member Functions inherited from Mdp::PriorityState | |
| virtual | ~PriorityState () |
Public Attributes | |
| bool | inState {false} |
Additional Inherited Members | |
Protected Member Functions inherited from Mdp::PriorityState | |
| template<typename T > | |
| std::shared_ptr< T > | getModel () |
Protected Attributes inherited from Mdp::PriorityState | |
| std::shared_ptr< DomainModel > | domainModel {nullptr} |
Copyright 2017 Jacques Florence All rights reserved. See License.txt file
Definition at line 22 of file stateSpaceTest.h.
|
inlineoverridevirtual |
returns the name of that state
Implements Mdp::PriorityState.
Definition at line 25 of file stateSpaceTest.h.
|
inlineoverridevirtual |
Given the information provided by the DomainModel, this function checks if the system is in that state.
Implements Mdp::PriorityState.
Definition at line 26 of file stateSpaceTest.h.
| bool Prio::inState {false} |
Definition at line 27 of file stateSpaceTest.h.
1.8.11