Uses of Interface
org.deduced.controller.implementation.FlyWheelControllerFactory

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

Classes in org.deduced.controller.implementation that implement FlyWheelControllerFactory
 class FlyWheelControllerFactoryImplementation
          Fly Wheel Controller Factory Implementation
 

Fields in org.deduced.controller.implementation declared as FlyWheelControllerFactory
private  FlyWheelControllerFactory FlyWheelControllerProvider.controllerFactory
          the factory to use to create controllers
 

Methods in org.deduced.controller.implementation with parameters of type FlyWheelControllerFactory
 void FlyWheelControllerProvider.setControllerFactory(FlyWheelControllerFactory setControllerFactory)
           
 

Uses of FlyWheelControllerFactory in org.deduced.dynamic
 

Classes in org.deduced.dynamic that implement FlyWheelControllerFactory
 class FlyWheelTypeBasedControllerFactory
          Fly Wheel Type Based Controller Factory