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. 
org.deduced.implementation   
 

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
private  class DeducedControllerLayerExtensionImplementation.LooseParentPropertyList<V>
          LooseParentPropertyList is a property list that allows addition of property collections where the parent already matches the current collection
 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.
 

Uses of IdPropertyMap in org.deduced.implementation
 

Subclasses of IdPropertyMap in org.deduced.implementation
 class OrderedInstanceReferenceListImplementation
          Java Implementation used to represent the type : ordered instance reference list Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaOrderedPropertyListImplementation.vm
 class OrderedParameterListImplementation
          Java Implementation used to represent the type : ordered parameter list Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaOrderedPropertyListImplementation.vm