biz.hammurapi.properties
Interface PropertySetFactory


public interface PropertySetFactory

Instantiates property sets.

Author:
Pavel

Method Summary
 PropertySet createPropertySet(PropertySet[] chain)
          Creates new property set.
 

Method Detail

createPropertySet

PropertySet createPropertySet(PropertySet[] chain)
Creates new property set.

Parameters:
chain - Property sets can be chained. Chaining allows to build hierarchies of property sets. New property set access operations delegate to chains if the property set itself does not contain requested values. All update and remove operations are local to the property set - chains are never modified.
Returns:
New property set.


Copyright © 2003 Hammurapi Group. All Rights Reserved.