Uses of Class
de.xima.fc.common.graphdot.UndirectedSubGraphExpression
Packages that use UndirectedSubGraphExpression
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of UndirectedSubGraphExpression in de.xima.fc.common.graphdot
Subclasses with type arguments of type UndirectedSubGraphExpression in de.xima.fc.common.graphdotModifier and TypeClassDescriptionfinal classA sub graph statement with undirected edges.Methods in de.xima.fc.common.graphdot that return UndirectedSubGraphExpressionModifier and TypeMethodDescriptionstatic UndirectedSubGraphExpressionGraphDotElementFactory.undirectedSubGraphExpression(CharSequence id, IUndirectedGraphDotStatement... statements) Creates a new undirected sub graph.static UndirectedSubGraphExpressionGraphDotElementFactory.undirectedSubGraphExpression(CharSequence id, Iterable<? extends IUndirectedGraphDotStatement> statements) Creates a new undirected sub graph expression.Constructors in de.xima.fc.common.graphdot with parameters of type UndirectedSubGraphExpressionModifierConstructorDescriptionUndirectedSubGraph(UndirectedSubGraphExpression expression) Creates a new sub graph with undirected edges.