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