Interface IGraphDotSubGraphExpression<S extends IGraphDotStatement>
- Type Parameters:
S- Type of the statement the sub graph may contain.
- All Superinterfaces:
IGraphDotElement, Serializable
- All Known Implementing Classes:
DirectedSubGraphExpression, UndirectedSubGraphExpression
Base type for directed and undirected graph dot sub graph statements.
- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Methods inherited from interface IGraphDotElement
toGraphDotString, write
-
Method Details
-
getId
CharSequence getId()- Returns:
- The optional ID of this sub graph. Never
null, but might be empty.
-
getStatements
-