|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectscg.ac.ni.pmf.newgraph.invariants.EdgeDoubleValues
public class EdgeDoubleValues
Stores the double values assigned to edges.
InvariantDoubleEdge
Method Summary | |
---|---|
void |
assignValue(EdgeData v,
double d)
Stores the double value assigned to the edge. |
java.lang.Double |
getValue(EdgeData v)
Retrieves the value assigned to the edge. |
java.util.Map |
getValues()
Retrieves the map of the values. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void assignValue(EdgeData v, double d)
v
- The edge.d
- The double value.public java.lang.Double getValue(EdgeData v)
null
if no value is assigned.
v
- The edge.
public java.util.Map getValues()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |