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 UndirectedGraph
GraphDotElementFactory. undirectedGraph(boolean strict, CharSequence id, IUndirectedGraphDotStatement... statements)
Creates a new undirected graph.static UndirectedGraph
GraphDotElementFactory. undirectedGraph(boolean strict, CharSequence id, Iterable<? extends IUndirectedGraphDotStatement> statements)
Creates a new undirected graph.static UndirectedGraph
GraphDotElementFactory. undirectedGraph(CharSequence id, IUndirectedGraphDotStatement... statements)
Creates a new undirected, non-strict graph.static UndirectedGraph
GraphDotElementFactory. undirectedGraph(CharSequence id, Iterable<? extends IUndirectedGraphDotStatement> statements)
Creates a new undirected, non-strict graph.static UndirectedGraph
GraphDotElementFactory. undirectedGraphStrict(CharSequence id, IUndirectedGraphDotStatement... statements)
Creates a new undirected, strict graph.static UndirectedGraph
GraphDotElementFactory. undirectedGraphStrict(CharSequence id, Iterable<? extends IUndirectedGraphDotStatement> statements)
Creates a new undirected, strict graph.
-