net.ggtools.grand.graph
Interface GraphProducer

All Known Subinterfaces:
GraphFilter
All Known Implementing Classes:
AbstractGraphFilter, AntProject, ConnectedToNodeFilter, FilterChain, FromNodeFilter, GraphWalkFilter, IsolatedNodeFilter, MissingNodeFilter, NodeRemoverFilter, ToNodeFilter

public interface GraphProducer

Interface for class creating graphs.

Author:
Christophe Labouisse

Method Summary
 Graph getGraph()
          Ask the producer to create a graph.
 

Method Detail

getGraph

Graph getGraph()
               throws GrandException
Ask the producer to create a graph. The created graph can be modified by the caller object.

Returns:
new graph.
Throws:
GrandException - is an error occurs contructing the graph.


Copyright © 2004-2005 ggTools. All Rights Reserved.