#include <plan.h>
Public Member Functions | |
bool | empty () const |
Plan () | |
void | removeAction (const DurativeAction &a) |
~Plan () | |
Public Attributes | |
vector< DurativeAction > | actions |
Plan::Plan | ( | ) |
Plan::~Plan | ( | ) |
bool Plan::empty | ( | ) | const [inline] |
void Plan::removeAction | ( | const DurativeAction & | a | ) |
vector<DurativeAction> Plan::actions |