Class DirectedGraph

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

public final class DirectedGraph extends Object
A directed graph.
strict digraph "my-graph" {
  a -> b;
}
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also: