Package de.xima.fc.common.graphdot
Interface IGenericGraphDotStatement
-
- All Superinterfaces:
IDirectedGraphDotStatement,IGraphDotElement,IGraphDotStatement,IUndirectedGraphDotStatement,Serializable
- All Known Implementing Classes:
AssignmentStatement,AttributeStatement,NodeStatement
public interface IGenericGraphDotStatement extends IDirectedGraphDotStatement, IUndirectedGraphDotStatement
A statement that can be used both in directed and undirected graphs.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
-
Methods inherited from interface de.xima.fc.common.graphdot.IGraphDotElement
toGraphDotString, write
-
-