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