Package net.ggtools.grand.graph
Interface GraphProducer
-
- All Known Subinterfaces:
GraphFilter
- All Known Implementing Classes:
AbstractGraphFilter
,AntProject
,ConnectedToNodeFilter
,FilterChain
,FromNodeFilter
,GraphWalkFilter
,IsolatedNodeFilter
,MissingNodeFilter
,NodeRemoverFilter
,PrefixedNodeFilter
,ToNodeFilter
public interface GraphProducer
Interface for class creating graphs.- Author:
- Christophe Labouisse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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 constructing the graph.
-
-