| Constructor Summary | |
|---|---|
| void | The instance initializer. |
| Method Summary | |
|---|---|
| boolean | add(objNode : ?) Adds objNode as a child of this node. |
| boolean | del(objNode : ?) Removes objNode as a child of this node. |
| Array<GNode> | down() Returns the child nodes of this node. |
| Graph | graph() Returns the graph that this node belongs to, if any. |
| String | Number | id() This function returns the unique ID of this node. |
| Array<GNode> | up() Returns the parent nodes of this node. |
| Methods Inherited From Object |
|---|
| toString |
| Constructor Detail |
|---|
| Method Detail |
|---|
objNode as a child of this node. The node can only be added if both nodes already belong to
the same graph or neither node belongs to a graph.objNode as a child of this node.