|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InvariantIntEdge
The invariants which assign an int value to each of the graph edges must implement this interface.
For more info, see Invariant
.
EdgeIntValues
Method Summary | |
---|---|
void |
calculate(GraphData data,
scg.ac.ni.pmf.newgraph.invariants.EdgeIntValues values)
Calculates the value of the invariant. |
Methods inherited from interface scg.ac.ni.pmf.newgraph.invariants.Invariant |
---|
getDescription, getName |
Method Detail |
---|
void calculate(GraphData data, scg.ac.ni.pmf.newgraph.invariants.EdgeIntValues values)
data
- The graph data.values
- The class which stores the edge values.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |