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