public abstract class Edge extends Element
Edge is the basic edge element in a Graph.attributes, id, parent, TYPE| Constructor and Description |
|---|
Edge(Element parent)
Constructs a new edge.
|
Edge(java.lang.String id)
Constructs a new edge.
|
equals, getAttribute, getAttributeNames, getAttributeParameter, getAttributes, getId, getLocalAttributeNames, getLocalAttributes, getParent, getType, hashCode, isDefined, setAttribute, setParent, setType, toStringpublic Edge(java.lang.String id)
id - the idpublic Edge(Element parent)
parent - the parent