Class UndirectedEdgeStatement

java.lang.Object
de.xima.fc.common.graphdot.UndirectedEdgeStatement
All Implemented Interfaces:
IGraphDotEdgeStatement<IUndirectedGraphDotStatement>, IGraphDotElement, IGraphDotStatement, IUndirectedGraphDotStatement, Serializable

public final class UndirectedEdgeStatement extends Object implements IUndirectedGraphDotStatement
A undirected edge statement.
"node-1" : "port-1" : s -- "node-2" : "port-2" : n [style = filled, color = "green:blue"];
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also: