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