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