Uses of Interface
org.deduced.controller.PropertyControllerModel

Packages that use PropertyControllerModel
org.deduced.controller Controllers are used to represent an application layer that restricts access to information. 
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 PropertyControllerModel in org.deduced.controller
 

Subinterfaces of PropertyControllerModel in org.deduced.controller
 interface DefaultPropertyControllerModel
          Interface used to represent the type : default property controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface PropertyController
           Title: PropertyController
 

Uses of PropertyControllerModel in org.deduced.controller.implementation
 

Classes in org.deduced.controller.implementation that implement PropertyControllerModel
 class DefaultPropertyControllerModelImplementation
          Java Implementation used to represent the type : default property controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class DirectPropertyController
           Title: DirectPropertyController
 class FlyWheelPropertyController
          Fly Wheel Property Controller
 class PropertyControllerModelImplementation
          Java Implementation used to represent the type : property controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 

Methods in org.deduced.controller.implementation that return types with arguments of type PropertyControllerModel
 PropertyList<PropertyControllerModel> FlyWheelPropertyCollectionController.getChildPropertyControllerList()
          (non-Javadoc)
 

Methods in org.deduced.controller.implementation with parameters of type PropertyControllerModel
static void PropertyControllerModelImplementation.resetListFixedInstances(PropertyControllerModel instance)
          reset all the list fixed instances
 

Uses of PropertyControllerModel in org.deduced.dynamic
 

Classes in org.deduced.dynamic that implement PropertyControllerModel
 class FlyWheelDynamicPropertyController
          Fly Wheel Dynamic Property Controller
 

Methods in org.deduced.dynamic that return types with arguments of type PropertyControllerModel
 PropertyList<PropertyControllerModel> FlyWheelDynamicPropertyCollectionController.getChildPropertyControllerList()
          (non-Javadoc)