Uses of Class
de.xima.fc.common.graphdot.DirectedSubGraphExpression
-
Packages that use DirectedSubGraphExpression Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. SeeGraphDotElementFactoryfor creating graph dot elements. -
-
Uses of DirectedSubGraphExpression in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return DirectedSubGraphExpression Modifier and Type Method Description static DirectedSubGraphExpressionGraphDotElementFactory. directedSubGraphExpression(CharSequence id, IDirectedGraphDotStatement... statements)Creates a new directed sub graph expression.static DirectedSubGraphExpressionGraphDotElementFactory. directedSubGraphExpression(CharSequence id, Iterable<? extends IDirectedGraphDotStatement> statements)Creates a new directed sub graph expression.Constructors in de.xima.fc.common.graphdot with parameters of type DirectedSubGraphExpression Constructor Description DirectedSubGraph(DirectedSubGraphExpression expression)Creates a new sub graph with directed edges.
-