Inheritance diagram for HAPI::NumberedDCNode:
Each state represents a number.
Public Member Functions | |
NumberedDCNode (Domain *dom) | |
Create a new NumberedDCNode in the given Domain. | |
NumberedDCNode (Class *cls) | |
Create a new NumberedDCNode 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 to states. | |
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 to states. The corresponding domain will be uncompiled.
|
|
Set the value associated with state.
|