Uses of Class
de.xima.fc.common.graphdot.DirectedSubGraphExpression
Packages that use DirectedSubGraphExpression
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of DirectedSubGraphExpression in de.xima.fc.common.graphdot
Subclasses with type arguments of type DirectedSubGraphExpression in de.xima.fc.common.graphdotModifier and TypeClassDescriptionfinal classA sub graph statement with directed edges.Methods in de.xima.fc.common.graphdot that return DirectedSubGraphExpressionModifier and TypeMethodDescriptionstatic 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 DirectedSubGraphExpressionModifierConstructorDescriptionDirectedSubGraph(DirectedSubGraphExpression expression) Creates a new sub graph with directed edges.