#include <mdp.h>
Public Member Functions | |
| CMDPACTION * | AddAction (int ID) |
| bool | AddPred (int stateID) |
| CMDPSTATE (int ID) | |
| bool | ContainsPred (int stateID) |
| bool | Delete () |
| CMDPACTION * | GetAction (int actionID) |
| void | operator= (const CMDPSTATE &rhsstate) |
| bool | RemoveAllActions () |
| bool | RemovePred (int stateID) |
| ~CMDPSTATE () | |
Public Attributes | |
| vector< CMDPACTION * > | Actions |
| void * | PlannerSpecificData |
| vector< int > | PredsID |
| int | StateID |
| CMDPSTATE::CMDPSTATE | ( | int | ID | ) | [inline] |
| CMDPSTATE::~CMDPSTATE | ( | ) | [inline] |
| CMDPACTION * CMDPSTATE::AddAction | ( | int | ID | ) |
| bool CMDPSTATE::AddPred | ( | int | stateID | ) |
| bool CMDPSTATE::ContainsPred | ( | int | stateID | ) |
| bool CMDPSTATE::Delete | ( | ) |
| CMDPACTION * CMDPSTATE::GetAction | ( | int | actionID | ) |
| bool CMDPSTATE::RemoveAllActions | ( | ) |
| bool CMDPSTATE::RemovePred | ( | int | stateID | ) |
| vector<int> CMDPSTATE::PredsID |