Uses of Class
org.deduced.IdPropertyMap

Packages that use IdPropertyMap
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 IdPropertyMap in org.deduced
 

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

Uses of IdPropertyMap in org.deduced.controller.implementation
 

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

Uses of IdPropertyMap in org.deduced.dynamic
 

Subclasses of IdPropertyMap in org.deduced.dynamic
 class DynamicPropertyList
          Class used to host a list of DynamicPropertyMap.