Scheduler
|
#include <complexAction.h>
Public Member Functions | |
~ComplexAction () | |
std::string | getName () |
void | performAction () |
![]() | |
virtual | ~Action () |
Protected Attributes | |
std::vector< Action * > | actions |
![]() | |
std::shared_ptr< DomainModel > | domainModel {nullptr} |
Additional Inherited Members | |
![]() | |
template<typename T > | |
std::shared_ptr< T > | getModel () |
Definition at line 20 of file complexAction.h.
ComplexAction::~ComplexAction | ( | ) |
Definition at line 18 of file complexAction.cpp.
|
virtual |
Implements Mdp::Action.
Definition at line 26 of file complexAction.cpp.
|
virtual |
Implements Mdp::Action.
Definition at line 38 of file complexAction.cpp.
|
protected |
Definition at line 29 of file complexAction.h.