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

All Superinterfaces:
Invariant, java.io.Serializable

public interface InvariantIntVertex
extends Invariant

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

For more info, see Invariant.

Author:
Vladimir Brankov
See Also:
VertexIntValues

Method Summary
 void calculate(GraphData data, scg.ac.ni.pmf.newgraph.invariants.VertexIntValues 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.VertexIntValues values)
Calculates the value of the invariant.

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


Copyright © 2004 Dragan Stevanovic, Vladimir Brankov.