Uses of Interface
net.ggtools.grand.graph.SubGraph
-
Packages that use SubGraph Package Description net.ggtools.grand.graph -
-
Uses of SubGraph in net.ggtools.grand.graph
Methods in net.ggtools.grand.graph that return SubGraph Modifier and Type Method Description SubGraph
Graph. createSubGraph(String subGraphName)
Creates a new subgraph in the graph.SubGraph
GraphImpl. createSubGraph(String subGraphName)
Method createSubGraph.SubGraph
Graph. getSubGraph(String subGraphName)
Find a subgraph from its name.SubGraph
GraphImpl. getSubGraph(String subGraphName)
Method getSubGraph.Methods in net.ggtools.grand.graph that return types with arguments of type SubGraph Modifier and Type Method Description Iterator<SubGraph>
Graph. getSubgraphs()
Get the nodes contained in the graph.Iterator<SubGraph>
GraphImpl. getSubgraphs()
Method getSubgraphs.Methods in net.ggtools.grand.graph with parameters of type SubGraph Modifier and Type Method Description Node
Graph. createNode(SubGraph subGraph, String nodeName)
Creates a new Node in a specific graph.Node
GraphImpl. createNode(SubGraph subGraph, String nodeName)
Method createNode.
-