Package de.xima.fc.common.graphdot
Interface IGraphDotEdgeSpecifier<S extends IGraphDotStatement>
-
- Type Parameters:
S
- Type of the allowed statements.
- All Superinterfaces:
IGraphDotElement
,Serializable
- All Known Implementing Classes:
DirectedSubGraphExpression
,NodeId
,UndirectedSubGraphExpression
public interface IGraphDotEdgeSpecifier<S extends IGraphDotStatement> extends IGraphDotElement
Interface for elements that may appear as the source or target node in an edge statement.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
-
Methods inherited from interface de.xima.fc.common.graphdot.IGraphDotElement
toGraphDotString, write
-
-