Package de.xima.fc.common.graphdot
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description E
getExpression()
-
Methods inherited from interface de.xima.fc.common.graphdot.IGraphDotElement
toGraphDotString, write
-
-
-
-
Method Detail
-
getExpression
E getExpression()
- Returns:
- The sub graph expression.
-
-