|
rad
3.0.0
|
#include <ExecutableContent.h>
Public Member Functions | |
| ExecutableContent () | |
| ~ExecutableContent () | |
| std::list< Action * > & | getActions () |
| void | addAction (Action *) |
| void | execute (Context *) |
| bool | evaluate (Context *) |
| ExecutableContent::ExecutableContent | ( | ) |
| ExecutableContent::~ExecutableContent | ( | ) |
| void ExecutableContent::addAction | ( | Action * | a | ) |
| bool ExecutableContent::evaluate | ( | Context * | c | ) |
| void ExecutableContent::execute | ( | Context * | c | ) |
| std::list< Action * > & ExecutableContent::getActions | ( | ) |