Class UndirectedSubGraph

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

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