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

All Superinterfaces:
Invariant, java.io.Serializable

public interface InvariantDoubleEdge
extends Invariant

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

For more info, see Invariant.

Author:
Vladimir Brankov
See Also:
EdgeDoubleValues

Method Summary
 void calculate(GraphData data, EdgeDoubleValues 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,
               EdgeDoubleValues 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.