|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
IGraphResources | Defines static finals for the graph package. |
IGraphVisitor | Provides a way to visit all children of an INode instance. |
INode | Provides a universal, graph based, generic data structure. |
Class Summary | |
DefaultNodeFactory | Defines the methods for creation of INode instances. |
Node | Provides a universal, graph based, generic data structure. |
NodeFactory | Responsible for creation of INode instances. |
NodeUtil | Provides utility methods for the graph package. |
Provides a graph based, general purpose data structure for storing any kind of
data. The INode
architecture is a universal container for storing
data of every type.
To create INode
instances, look to the NodeFactory
static object.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |