Uses of Class
de.xima.fc.common.graphdot.UndirectedSubGraph
- 
Packages that use UndirectedSubGraph Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. - 
- 
Uses of UndirectedSubGraph in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return UndirectedSubGraph Modifier and Type Method Description static UndirectedSubGraphGraphDotElementFactory. undirectedSubGraph(CharSequence id, IUndirectedGraphDotStatement... statements)Creates a new undirected sub graph expression.static UndirectedSubGraphGraphDotElementFactory. undirectedSubGraph(CharSequence id, Iterable<? extends IUndirectedGraphDotStatement> statements)Creates a new undirected sub graph. 
 -