net.sourceforge.combean.interfaces.graph.containers.doubleval
Interface DoubleNodeMap
- All Superinterfaces:
- Clearable, FixedDoubleNodeMap, Initializable, InitializableWithDoubleDefaultValue
- All Known Implementing Classes:
- NodeMapAsDoubleNodeMap
public interface DoubleNodeMap
- extends FixedDoubleNodeMap, InitializableWithDoubleDefaultValue, Clearable
A mapping of nodes to doubles.
Method Summary |
double |
putDouble(Node v,
double newVal)
Set the value of a node |
Methods inherited from interface net.sourceforge.combean.interfaces.graph.containers.Initializable |
init |
Methods inherited from interface net.sourceforge.combean.interfaces.graph.containers.Clearable |
clear |
putDouble
double putDouble(Node v,
double newVal)
- Set the value of a node
- Parameters:
v
- the node for which the value shall be setnewVal
- the new value of the node
- Returns:
- the old value of the node (null if no value has been set)