Uses of Interface
net.ggtools.grand.graph.Graph

Packages that use Graph
net.ggtools.grand.ant   
net.ggtools.grand.filters   
net.ggtools.grand.graph   
 

Uses of Graph in net.ggtools.grand.ant
 

Classes in net.ggtools.grand.ant that implement Graph
 class AntGraph
          A Graph implementation specialized in Ant build files.
 

Methods in net.ggtools.grand.ant that return Graph
 Graph AntProject.getGraph()
          Convert an Ant project to a Grand Graph.
 

Constructors in net.ggtools.grand.ant with parameters of type Graph
AntLink(java.lang.String name, Graph graph, Node startNode, Node endNode)
          Creates a new link.
AntTargetNode(java.lang.String name, Graph graph)
           
AntTaskLink(java.lang.String name, Graph graph, Node startNode, Node endNode, java.lang.String taskName)
           
SubantTaskLink(java.lang.String name, Graph graph, Node startNode, Node endNode, java.lang.String taskName)
           
 

Uses of Graph in net.ggtools.grand.filters
 

Methods in net.ggtools.grand.filters that return Graph
 Graph AbstractGraphFilter.getGraph()
           
 Graph FilterChain.getGraph()
           
protected  Graph AbstractGraphFilter.getProducersGraph()
          Returns the graph from the current producer.
 

Uses of Graph in net.ggtools.grand.graph
 

Classes in net.ggtools.grand.graph that implement Graph
 class GraphImpl
          Simple GraphImpl implementation.
 

Methods in net.ggtools.grand.graph that return Graph
 Graph NodeImpl.getGraph()
           
 Graph GraphObject.getGraph()
          Gets the owner graph of the object.
 Graph LinkImpl.getGraph()
           
 Graph GraphProducer.getGraph()
          Ask the producer to create a graph.
 

Constructors in net.ggtools.grand.graph with parameters of type Graph
GraphCrawler(Graph graph, LinkFinder finder)
          Creates a new crawler.
LinkImpl(java.lang.String name, Graph graph, Node startNode, Node endNode)
          Creates a new Link.
NodeImpl(java.lang.String name, Graph graph)
          Creates an new NodeImpl.
SimpleGraphElementFactory(Graph graph)
          Creates a factory instance linked to a specific graph.
 



Copyright © 2004-2005 ggTools. All Rights Reserved.