Class DirectedSubGraph

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

public final class DirectedSubGraph extends Object implements IDirectedGraphDotStatement
A sub graph statement with directed edges.
subgraph "my-graph" {
  foo -> bar;
};
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • DirectedSubGraph

      public DirectedSubGraph(DirectedSubGraphExpression expression)
      Creates a new sub graph with directed edges.
      Parameters:
      expression - The sub graph expression.
  • Method Details