org.deduced.controller.implementation
Interface FlyWheelControllerFactory

All Superinterfaces:
ControllerFactory
All Known Implementing Classes:
FlyWheelControllerFactoryImplementation, FlyWheelTypeBasedControllerFactory

public interface FlyWheelControllerFactory
extends ControllerFactory

Fly Wheel Controller Factory

Author:
Steve McDuff

Method Summary
 PropertyList<PropertyCollectionController> createPropertyCollectionChildPropertyCollectionControllerList(PropertyCollection<?,?> model)
          create Property Collection Child Property Collection Controller List
 PropertyList<PropertyController> createPropertyCollectionPropertyControllerList(PropertyCollection<?,?> model)
          create Property Collection Property Controller List
 
Methods inherited from interface org.deduced.controller.ControllerFactory
createController, createPropertyController
 

Method Detail

createPropertyCollectionChildPropertyCollectionControllerList

PropertyList<PropertyCollectionController> createPropertyCollectionChildPropertyCollectionControllerList(PropertyCollection<?,?> model)
create Property Collection Child Property Collection Controller List

Parameters:
model - the model to control
Returns:
the Property Collection Child Property Collection Controller List

createPropertyCollectionPropertyControllerList

PropertyList<PropertyController> createPropertyCollectionPropertyControllerList(PropertyCollection<?,?> model)
create Property Collection Property Controller List

Parameters:
model - the model to control
Returns:
the Property Collection Property Controller List