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. SeeGraphDotElementFactoryfor creating graph dot elements. -
-
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 DirectedSubGraphGraphDotElementFactory. directedSubGraph(CharSequence id, IDirectedGraphDotStatement... statements)Creates a new directed sub graph.static DirectedSubGraphGraphDotElementFactory. directedSubGraph(CharSequence id, Iterable<? extends IDirectedGraphDotStatement> statements)Creates a new directed sub graph.
-