| Constructor Summary | |
|---|---|
| void | init() The instance initializer. |
| Method Summary | |
|---|---|
| boolean | add(objNode : GNode) Adds a sub-graph to this graph. |
| boolean | del(objNode : GNode) Removes a single node from this graph. |
| GNode | Returns a node by its ID. |
| Array<GNode> | nodes() Returns all the nodes of this graph. |
| Array<GNode> | roots() Returns all the root nodes of this graph. |
| int | size() Returns the number of nodes in this graph. |
| Methods Inherited From Object |
|---|
| toString |
| Constructor Detail |
|---|
| Method Detail |
|---|
objNode is the root of the directed sub-graph.