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