Class DirectedSubGraphExpression

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

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