Uses of Class
de.xima.fc.common.graphdot.UndirectedSubGraphExpression
-
Packages that use UndirectedSubGraphExpression Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. -
-
Uses of UndirectedSubGraphExpression in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return UndirectedSubGraphExpression Modifier and Type Method Description static UndirectedSubGraphExpression
GraphDotElementFactory. undirectedSubGraphExpression(CharSequence id, IUndirectedGraphDotStatement... statements)
Creates a new undirected sub graph.static UndirectedSubGraphExpression
GraphDotElementFactory. 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 UndirectedSubGraphExpression Constructor Description UndirectedSubGraph(UndirectedSubGraphExpression expression)
Creates a new sub graph with undirected edges.
-