Scheduler
Public Member Functions | Protected Attributes | List of all members
Mdp::ComplexAction Class Reference

#include <complexAction.h>

Inheritance diagram for Mdp::ComplexAction:
Mdp::Action

Public Member Functions

 ~ComplexAction ()
 
std::string getName ()
 
void performAction ()
 
- Public Member Functions inherited from Mdp::Action
virtual ~Action ()
 

Protected Attributes

std::vector< Action * > actions
 
- Protected Attributes inherited from Mdp::Action
std::shared_ptr< DomainModeldomainModel {nullptr}
 

Additional Inherited Members

- Protected Member Functions inherited from Mdp::Action
template<typename T >
std::shared_ptr< T > getModel ()
 

Detailed Description

Definition at line 20 of file complexAction.h.

Constructor & Destructor Documentation

ComplexAction::~ComplexAction ( )

Definition at line 18 of file complexAction.cpp.

Member Function Documentation

std::string ComplexAction::getName ( )
virtual

Implements Mdp::Action.

Definition at line 26 of file complexAction.cpp.

void ComplexAction::performAction ( )
virtual

Implements Mdp::Action.

Definition at line 38 of file complexAction.cpp.

Member Data Documentation

std::vector<Action*> Mdp::ComplexAction::actions
protected

Definition at line 29 of file complexAction.h.


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