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

All Superinterfaces:
Invariant, java.io.Serializable

public interface InvariantDoubleVertex
extends Invariant

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

For more info, see Invariant.

Author:
Vladimir Brankov
See Also:
VertexDoubleValues

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