Package de.xima.fc.common.graphdot
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
public interface IGraphDotSubGraphExpression<S extends IGraphDotStatement> extends IGraphDotElement
Base type for directed and undirected graph dot sub graph statements.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharSequence
getId()
List<S>
getStatements()
-
Methods inherited from interface de.xima.fc.common.graphdot.IGraphDotElement
toGraphDotString, write
-
-
-
-
Method Detail
-
getId
CharSequence getId()
- Returns:
- The optional ID of this sub graph. Never
null
, but might be empty.
-
-