Inheritance diagram for HAPI::IntervalDDNode:
Each state of an IntervalDDNode represents an interval.
Public Member Functions | |
IntervalDDNode (Domain *dom) | |
Create a new IntervalDDNode in the given Domain. | |
IntervalDDNode (Class *cls) | |
Create a new IntervalDDNode in the given Class. | |
double | getStateValue (size_t state) const |
Return the value associated with state. | |
void | setNumberOfStates (size_t states) |
Set the number of states in this node. | |
void | setStateValue (size_t state, double value) |
Set the value associated with state. |
|
Return the value associated with state.
|
|
Set the number of states in this node. The corresponding domain will be uncompiled.
|
|
Set the value associated with state.
|