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 SubGraphGraph. createSubGraph(String subGraphName)Creates a new subgraph in the graph.SubGraphGraphImpl. createSubGraph(String subGraphName)Method createSubGraph.SubGraphGraph. getSubGraph(String subGraphName)Find a subgraph from its name.SubGraphGraphImpl. 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 NodeGraph. createNode(SubGraph subGraph, String nodeName)Creates a new Node in a specific graph.NodeGraphImpl. createNode(SubGraph subGraph, String nodeName)Method createNode.
-