#include <IVariableValue.h>

Public Member Functions | |
| virtual bool | equals (SharedPointer< IVariableValue > obj)=0 |
| virtual int | getIndex ()=0 |
| virtual double | getProb ()=0 |
| virtual string | getValueName ()=0 |
| virtual string | getVariableName ()=0 |
| IVariableValue (void) | |
| virtual | ~IVariableValue (void) |
Definition at line 13 of file IVariableValue.h.
| IVariableValue::IVariableValue | ( | void | ) |
Definition at line 4 of file IVariableValue.cpp.
| IVariableValue::~IVariableValue | ( | void | ) | [virtual] |
Definition at line 8 of file IVariableValue.cpp.
| virtual bool momdp::IVariableValue::equals | ( | SharedPointer< IVariableValue > | obj | ) | [pure virtual] |
Implemented in momdp::Map2DPosValue, and momdp::VariableValue.
| virtual int momdp::IVariableValue::getIndex | ( | ) | [pure virtual] |
Implemented in momdp::Map2DPosValue, and momdp::VariableValue.
| virtual double momdp::IVariableValue::getProb | ( | ) | [pure virtual] |
Implemented in momdp::Map2DPosValue, and momdp::VariableValue.
| virtual string momdp::IVariableValue::getValueName | ( | ) | [pure virtual] |
Implemented in momdp::Map2DPosValue, and momdp::VariableValue.
| virtual string momdp::IVariableValue::getVariableName | ( | ) | [pure virtual] |
Implemented in momdp::Map2DPosValue, and momdp::VariableValue.