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

All Superinterfaces:
Invariant, java.io.Serializable

public interface InvariantVertexArray
extends Invariant

The invariants which return an array of graph vertices as the value must implement this interface.

For more info, see Invariant.

Author:
Vladimir Brankov

Method Summary
 VertexData[] calculate(GraphData data)
          Calculates the value of the invariant.
 
Methods inherited from interface scg.ac.ni.pmf.newgraph.invariants.Invariant
getDescription, getName
 

Method Detail

calculate

VertexData[] calculate(GraphData data)
Calculates the value of the invariant.

Parameters:
data - The graph data.
Returns:
The value.


Copyright © 2004 Dragan Stevanovic, Vladimir Brankov.