Uses of Class
de.xima.fc.common.graphdot.UndirectedGraph
- 
Packages that use UndirectedGraph Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. - 
- 
Uses of UndirectedGraph in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return UndirectedGraph Modifier and Type Method Description static UndirectedGraphGraphDotElementFactory. undirectedGraph(boolean strict, CharSequence id, IUndirectedGraphDotStatement... statements)Creates a new undirected graph.static UndirectedGraphGraphDotElementFactory. undirectedGraph(boolean strict, CharSequence id, Iterable<? extends IUndirectedGraphDotStatement> statements)Creates a new undirected graph.static UndirectedGraphGraphDotElementFactory. undirectedGraph(CharSequence id, IUndirectedGraphDotStatement... statements)Creates a new undirected, non-strict graph.static UndirectedGraphGraphDotElementFactory. undirectedGraph(CharSequence id, Iterable<? extends IUndirectedGraphDotStatement> statements)Creates a new undirected, non-strict graph.static UndirectedGraphGraphDotElementFactory. undirectedGraphStrict(CharSequence id, IUndirectedGraphDotStatement... statements)Creates a new undirected, strict graph.static UndirectedGraphGraphDotElementFactory. undirectedGraphStrict(CharSequence id, Iterable<? extends IUndirectedGraphDotStatement> statements)Creates a new undirected, strict graph. 
 -