scg.ac.ni.pmf.newgraph.invariants
Interface InvariantIntEdge

All Superinterfaces:
Invariant, java.io.Serializable

public interface InvariantIntEdge
extends Invariant

The invariants which assign an int value to each of the graph edges must implement this interface.

For more info, see Invariant.

Author:
Vladimir Brankov
See Also:
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

calculate

void calculate(GraphData data,
               scg.ac.ni.pmf.newgraph.invariants.EdgeIntValues values)
Calculates the value of the invariant.

Parameters:
data - The graph data.
values - The class which stores the edge values.


Copyright © 2004 Dragan Stevanovic, Vladimir Brankov.