Class UndirectedGraph

java.lang.Object
de.xima.fc.common.graphdot.UndirectedGraph
All Implemented Interfaces:
IGraphDotElement, IGraphDotGraph<IUndirectedGraphDotStatement>, Serializable

public final class UndirectedGraph extends Object
An undirected graph.
strict graph "my-graph" {
  a -- b;
}
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also: