Package net.sf.composite.specialize

Defines standard interfaces for specializing a Composite.

See:
          Description

Interface Summary
Specializer Constructs specialized instances of a composite using its components.
 

Exception Summary
SpecializationException Indicates that a composite could not be specialized.
 

Package net.sf.composite.specialize Description

Defines standard interfaces for specializing a Composite. Specialization is constructing specialized instances of a composite using its components. The specialized instance is a subtype of the original composite. The specialized instance is constructed by gathering all the components of the original composite that are of the designated specialization type.



Copyright © 2005-2008.