Class UndirectedSubGraphExpression

java.lang.Object
de.xima.fc.common.graphdot.UndirectedSubGraphExpression
All Implemented Interfaces:
IGraphDotEdgeSpecifier<IUndirectedGraphDotStatement>, IGraphDotElement, IGraphDotSubGraphExpression<IUndirectedGraphDotStatement>, Serializable

public final class UndirectedSubGraphExpression extends Object
A sub graph expression with undirected edges.
subgraph "my-graph" {
  foo -- bar;
}
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also: