Uses of Interface
org.deduced.controller.DeducedControllerLayerExtension

Packages that use DeducedControllerLayerExtension
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 DeducedControllerLayerExtension in org.deduced.controller.implementation
 

Classes in org.deduced.controller.implementation that implement DeducedControllerLayerExtension
 class DeducedControllerLayerExtensionImplementation
          Deduced Controller Layer Extension Implementation
 

Fields in org.deduced.controller.implementation declared as DeducedControllerLayerExtension
private  DeducedControllerLayerExtension AbstractControllerFactory.controlLayer
          the control layer associated with this factory
private  DeducedControllerLayerExtension AbstractPropertyCollectionController.controlLayer
          control layer
private  DeducedControllerLayerExtension DirectPropertyController.controlLayer
          control layer
private  DeducedControllerLayerExtension FlyWheelPropertyCollectionControllerList.controlLayer
          control layer being used
private  DeducedControllerLayerExtension FlyWheelPropertyControllerList.controlLayer
          control layer being used
 

Methods in org.deduced.controller.implementation that return DeducedControllerLayerExtension
 DeducedControllerLayerExtension AbstractControllerFactory.getControlLayer()
          getControlLayer the control layer associated with this factory
 DeducedControllerLayerExtension AbstractPropertyCollectionController.getControlLayer()
          get Control Layer
 DeducedControllerLayerExtension DirectPropertyController.getControlLayer()
          getControlLayer
 

Methods in org.deduced.controller.implementation with parameters of type DeducedControllerLayerExtension
static Task AbstractPropertyCollectionController.baseAddPropertyToControlledCollection(java.lang.Object propertyKey, PropertyCollection<?,?> instance, java.lang.Object propertyValue, PropertyCollectionController controller, DeducedControllerLayerExtension controlLayer)
          base Add Property To Controlled Collection
protected static
<K,V> K
AbstractPropertyCollectionController.internalAddPropertyToControlledCollection(K propertyKey, PropertyCollection<?,?> instance, V propertyValue, PropertyCollectionController controller, DeducedControllerLayerExtension controlLayer)
          internalAddPropertyToControlledCollection
 void AbstractControllerFactory.setControlLayer(DeducedControllerLayerExtension setControlLayer)
          setControlLayer
 void AbstractPropertyCollectionController.setControlLayer(DeducedControllerLayerExtension setControlLayer)
          set Control Layer
 

Constructors in org.deduced.controller.implementation with parameters of type DeducedControllerLayerExtension
AbstractPropertyCollectionController(DeducedControllerLayerExtension setControlLayer)
          AbstractPropertyCollectionController Constructor
DirectPropertyCollectionController(DeducedControllerLayerExtension setControlLayer)
          DirectPropertyCollectionController Constructor
DirectPropertyController(DeducedControllerLayerExtension setControlLayer)
          DirectPropertyController Constructor
FlyWheelControllerFactoryImplementation(DeducedControllerLayerExtension setControlLayer)
          FlyWheelControllerFactoryImplementation Constructor
FlyWheelPropertyCollectionController(DeducedControllerLayerExtension setControlLayer)
          FlyWheelPropertyCollectionController Constructor
FlyWheelPropertyCollectionControllerList(DeducedControllerLayerExtension setControlLayer, PropertyCollection<?,?> setControlledCollection)
          FlyWheelPropertyCollectionControllerMap Constructor
FlyWheelPropertyController(DeducedControllerLayerExtension setControlLayer)
          FlyWheelPropertyController Constructor
FlyWheelPropertyControllerList(DeducedControllerLayerExtension setControlLayer, PropertyCollection<?,?> setControlledCollection)
          FlyWheelPropertyCollectionControllerMap Constructor
SimplePropertyCollectionController(DeducedControllerLayerExtension setControlLayer)
          SimplePropertyCollectionController constructor
 

Uses of DeducedControllerLayerExtension in org.deduced.dynamic
 

Fields in org.deduced.dynamic declared as DeducedControllerLayerExtension
private  DeducedControllerLayerExtension FlyWheelDynamicPropertyCollectionController.controlLayer
          control layer being used
private  DeducedControllerLayerExtension FlyWheelDynamicPropertyController.controlLayer
          control layer
private  DeducedControllerLayerExtension FlyWheelTypeBasedControllerFactory.controlLayer
          control layer
 

Methods in org.deduced.dynamic that return DeducedControllerLayerExtension
 DeducedControllerLayerExtension FlyWheelDynamicPropertyCollectionController.getControlLayer()
           
 DeducedControllerLayerExtension FlyWheelTypeBasedControllerFactory.getControlLayer()
          get Control Layer
 

Methods in org.deduced.dynamic with parameters of type DeducedControllerLayerExtension
 void FlyWheelTypeBasedControllerFactory.setControlLayer(DeducedControllerLayerExtension setControlLayer)
          set Control Layer
 

Constructors in org.deduced.dynamic with parameters of type DeducedControllerLayerExtension
FlyWheelDynamicPropertyCollectionController(PropertyCollection<?,?> setType, boolean setActivated, RuleExecutionContext setContext, DeducedControllerLayerExtension setControlLayer)
          FlyWheelDynamicPropertyCollectionController Constructor
FlyWheelDynamicPropertyController(PropertyCollection<?,?> setType, boolean setActivated, RuleExecutionContext setContext, DeducedControllerLayerExtension setControlLayer)
          FlyWheelDynamicPropertyController Constructor