Package net.sourceforge.esw.graph.context

Provides context for creation of a single INode instance, or a graph of INode instances.

See:
          Description

Interface Summary
INodeContextFactory Provides context for creation of a single INode instance, or a graph of INode instances.
IPrototypeNodeContextFactory Provides prototype based context for creation of a single INode instance, or a graph of INode instances.
 

Class Summary
DefaultNodeContextFactory Default context for creation of a single INode instance, or a graph of INode instances.
PrototypeDeepCloneNodeContextFactory Provides deep-clone prototype context semantics for creation of a single INode instance, or a graph of INode instances.
PrototypeNodeContextFactory Provides prototype context for creation of a single INode instance, or a graph of INode instances.
SameValueNodeContextFactory Provides same-value context for creation of a single INode instance, or a graph of INode instances.
 

Package net.sourceforge.esw.graph.context Description

Provides context for creation of a single INode instance, or a graph of INode instances.

INodeContextFactory implementors can use this factory to control creational behavior and patterns for INode instances. It allows the program to specifiy the semantics used when creating a graph of INode instances, or a single INode instance. It allows a one-step indirection for INode creation beyond the NodeFactory.



Copyright 2002 Free Software Foundation. All Rights Reserved.