|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DoubleNodeMap
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.doubleval.FixedDoubleNodeMap |
---|
getDouble |
Methods inherited from interface net.sourceforge.combean.interfaces.graph.containers.doubleval.InitializableWithDoubleDefaultValue |
---|
init |
Methods inherited from interface net.sourceforge.combean.interfaces.graph.containers.Initializable |
---|
init |
Methods inherited from interface net.sourceforge.combean.interfaces.graph.containers.Clearable |
---|
clear |
Method Detail |
---|
double putDouble(Node v, double newVal)
v
- the node for which the value shall be setnewVal
- the new value of the node
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |