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