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 DirectedGraph
GraphDotElementFactory. directedGraph(boolean strict, CharSequence id, IDirectedGraphDotStatement... statements)
Creates a new directed graph.static DirectedGraph
GraphDotElementFactory. directedGraph(boolean strict, CharSequence id, Iterable<? extends IDirectedGraphDotStatement> statements)
Creates a new directed graph.static DirectedGraph
GraphDotElementFactory. directedGraph(CharSequence id, IDirectedGraphDotStatement... statements)
Creates a new directed, non-strict graph.static DirectedGraph
GraphDotElementFactory. directedGraph(CharSequence id, Iterable<? extends IDirectedGraphDotStatement> statements)
Creates a new directed, non-strict graph.static DirectedGraph
GraphDotElementFactory. directedGraphStrict(CharSequence id, IDirectedGraphDotStatement... statements)
Creates a new directed, strict graph.static DirectedGraph
GraphDotElementFactory. directedGraphStrict(CharSequence id, Iterable<? extends IDirectedGraphDotStatement> statements)
Creates a new directed, strict graph.
-