Package net.sourceforge.esw.graph

Provides a graph based, general purpose data structure for storing any kind of data.

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.
 

Package net.sourceforge.esw.graph Description

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.



Copyright 2002 Free Software Foundation. All Rights Reserved.