Interface IGraphDotSubGraph<S extends IGraphDotStatement, E extends IGraphDotSubGraphExpression<S>>
- Type Parameters:
S- Type of the statement the sub graph may contain.E- Type of the sub graph expression.
- All Superinterfaces:
IGraphDotElement, Serializable
- All Known Implementing Classes:
DirectedSubGraph, UndirectedSubGraph
public interface IGraphDotSubGraph<S extends IGraphDotStatement, E extends IGraphDotSubGraphExpression<S>>
extends IGraphDotElement
Base type for directed and undirected graph dot sub graphs.
- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Methods inherited from interface IGraphDotElement
toGraphDotString, write
-
Method Details
-
getExpression
E getExpression()- Returns:
- The sub graph expression.
-