Uses of Interface
net.ggtools.grand.graph.Graph
-
Packages that use Graph Package Description 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 Modifier and Type Class Description class
AntGraph
A Graph implementation specialized in Ant build files.Methods in net.ggtools.grand.ant that return Graph Modifier and Type Method Description Graph
AntProject. getGraph()
Convert an Ant project to a Grand Graph.Constructors in net.ggtools.grand.ant with parameters of type Graph Constructor Description AntLink(String name, Graph graph, Node startNode, Node endNode)
Creates a new link.AntTargetNode(String name, Graph graph)
Constructor.AntTaskLink(String name, Graph graph, Node startNode, Node endNode, String taskName)
SubantTaskLink(String name, Graph graph, Node startNode, Node endNode, String taskName)
-
Uses of Graph in net.ggtools.grand.filters
Methods in net.ggtools.grand.filters that return Graph Modifier and Type Method Description Graph
AbstractGraphFilter. getGraph()
Method getGraph.Graph
FilterChain. getGraph()
Method 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 Modifier and Type Class Description class
GraphImpl
Simple GraphImpl implementation.Methods in net.ggtools.grand.graph that return Graph Modifier and Type Method Description Graph
GraphObject. getGraph()
Gets the owner graph of the object.Graph
GraphProducer. getGraph()
Ask the producer to create a graph.Graph
LinkImpl. getGraph()
Method getGraph.Graph
NodeImpl. getGraph()
Method getGraph.Constructors in net.ggtools.grand.graph with parameters of type Graph Constructor Description GraphCrawler(Graph graph, LinkFinder finder)
Creates a new crawler.LinkImpl(String name, Graph graph, Node startNode, Node endNode)
Creates a new Link.NodeImpl(String name, Graph graph)
Creates an new NodeImpl.
-