Scheduler
|
#include <actionDimension.h>
Public Member Functions | |
void | addAction (Action *) |
std::vector< Action * > | getActionList () |
Action * | getAction (int index) |
int | getNumberOfActions () |
Definition at line 20 of file actionDimension.h.
void ActionDimension::addAction | ( | Action * | a | ) |
Definition at line 20 of file actionDimension.cpp.
Action * ActionDimension::getAction | ( | int | index | ) |
Definition at line 31 of file actionDimension.cpp.
std::vector< Action * > ActionDimension::getActionList | ( | ) |
Definition at line 25 of file actionDimension.cpp.
int ActionDimension::getNumberOfActions | ( | ) |
Definition at line 14 of file actionDimension.cpp.