ETAdaptiveModelObject class documentation
ETAdaptiveModelObject : NSObjectOverview
WARNING: This class is under development and must be ignored.
Very simple implementation of an adaptive model object that is causally connected to its description. This means that changes to the entity description immediately take effect in the instance of ETAdaptiveModelObject.
Causal connection is ensured through the implementation of -valueForProperty: and -setValue:forProperty: .