Uses of Class
org.cesta.parsers.dot.DotTree.SubGraph

Packages that use DotTree.SubGraph
org.cesta.parsers.dot Classes for parsing GraphViz DOT files. 
 

Uses of DotTree.SubGraph in org.cesta.parsers.dot
 

Fields in org.cesta.parsers.dot declared as DotTree.SubGraph
 DotTree.SubGraph DotTree.subgraph_return.subGraphObj
           
 

Fields in org.cesta.parsers.dot with type parameters of type DotTree.SubGraph
 java.util.Set<DotTree.SubGraph> DotTree.Graph.subGraphs
           
 java.util.Map<java.lang.String,DotTree.SubGraph> DotTree.Graph.subGraphsMap