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