Uses of Class
de.xima.fc.common.graphdot.UndirectedGraph
Packages that use UndirectedGraph
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of UndirectedGraph in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return UndirectedGraphModifier and TypeMethodDescriptionstatic 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.