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 classAntGraphA Graph implementation specialized in Ant build files.Methods in net.ggtools.grand.ant that return Graph Modifier and Type Method Description GraphAntProject. 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 GraphAbstractGraphFilter. getGraph()Method getGraph.GraphFilterChain. getGraph()Method getGraph.protected GraphAbstractGraphFilter. 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 classGraphImplSimple GraphImpl implementation.Methods in net.ggtools.grand.graph that return Graph Modifier and Type Method Description GraphGraphObject. getGraph()Gets the owner graph of the object.GraphGraphProducer. getGraph()Ask the producer to create a graph.GraphLinkImpl. getGraph()Method getGraph.GraphNodeImpl. 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.
-