Package de.xima.fc.common.graphdot
Interface IGraphDotStatement
-
- All Superinterfaces:
IGraphDotElement
,Serializable
- All Known Subinterfaces:
IDirectedGraphDotStatement
,IGenericGraphDotStatement
,IGraphDotEdgeStatement<S>
,IUndirectedGraphDotStatement
- All Known Implementing Classes:
AssignmentStatement
,AttributeStatement
,DirectedEdgeStatement
,DirectedSubGraph
,NodeStatement
,UndirectedEdgeStatement
,UndirectedSubGraph
public interface IGraphDotStatement extends IGraphDotElement
Base type for all graph dot elements that can be used as statements.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
-
Methods inherited from interface de.xima.fc.common.graphdot.IGraphDotElement
toGraphDotString, write
-
-