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