Uses of Class
org.deduced.PropertyMap

Packages that use PropertyMap
org.deduced This package contains the base classes of the deduced framework. 
org.deduced.controller.implementation Controller implementation classes. 
org.deduced.dynamic The Dynamic package contains an implementation of the property collection that can be dynamically modified as the schema changes. 
 

Uses of PropertyMap in org.deduced
 

Subclasses of PropertyMap in org.deduced
 class IdPropertyMap<V>
          IdPropertyMap.
 class PropertyList<V>
          Property List is used to contain properties as a list.
 

Uses of PropertyMap in org.deduced.controller.implementation
 

Subclasses of PropertyMap in org.deduced.controller.implementation
 class FlyWheelPropertyCollectionControllerList
          FlyWheelPropertyCollectionControllerMap
 class FlyWheelPropertyControllerList
          FlyWheelPropertyControllerMap
 

Uses of PropertyMap in org.deduced.dynamic
 

Subclasses of PropertyMap in org.deduced.dynamic
 class DynamicPropertyList
          Class used to host a list of DynamicPropertyMap.
 class DynamicPropertyMap
          This class is used to create dynamic property collections that change as their defined type changes
 class FlyWheelDynamicPropertyCollectionController
          Fly Wheel Dynamic Property Collection Controller
 class FlyWheelDynamicPropertyController
          Fly Wheel Dynamic Property Controller