Scheduler
Public Member Functions | Public Attributes | List of all members
Prio Class Reference

#include <stateSpaceTest.h>

Inheritance diagram for Prio:
Mdp::PriorityState

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< DomainModeldomainModel {nullptr}
 

Detailed Description

Copyright 2017 Jacques Florence All rights reserved. See License.txt file

Definition at line 22 of file stateSpaceTest.h.

Member Function Documentation

std::string Prio::getName ( )
inlineoverridevirtual

returns the name of that state

Implements Mdp::PriorityState.

Definition at line 25 of file stateSpaceTest.h.

bool Prio::isInState ( )
inlineoverridevirtual

Given the information provided by the DomainModel, this function checks if the system is in that state.

Returns
returns true if the system is in this state, or false otherwise

Implements Mdp::PriorityState.

Definition at line 26 of file stateSpaceTest.h.

Member Data Documentation

bool Prio::inState {false}

Definition at line 27 of file stateSpaceTest.h.


The documentation for this class was generated from the following file: