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