Scheduler
|
#include <action.h>
Public Member Functions | |
virtual | ~Action () |
virtual std::string | getName ()=0 |
virtual void | performAction ()=0 |
Protected Member Functions | |
template<typename T > | |
std::shared_ptr< T > | getModel () |
Protected Attributes | |
std::shared_ptr< DomainModel > | domainModel {nullptr} |
|
inlineprotected |
|
pure virtual |
|
pure virtual |
|
protected |