Uses of Interface
org.deduced.DeducedControllerLayer

Packages that use DeducedControllerLayer
org.deduced This package contains the base classes of the deduced framework. 
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.implementation   
 

Uses of DeducedControllerLayer in org.deduced
 

Methods in org.deduced that return DeducedControllerLayer
 DeducedControllerLayer DeducedControllerLayerLinkedCollection.getController()
          Get the value of the instance : controller
 DeducedControllerLayer DeducedControllerLayerLinkedCollection.setController(DeducedControllerLayer newValue)
          Set the value of the instance : controller
 

Methods in org.deduced with parameters of type DeducedControllerLayer
 DeducedControllerLayer DeducedControllerLayerLinkedCollection.setController(DeducedControllerLayer newValue)
          Set the value of the instance : controller
 

Uses of DeducedControllerLayer in org.deduced.controller
 

Subinterfaces of DeducedControllerLayer in org.deduced.controller
 interface DeducedControllerLayerExtension
          Interface that every controller layer must implement
 

Uses of DeducedControllerLayer in org.deduced.controller.implementation
 

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

Uses of DeducedControllerLayer in org.deduced.implementation
 

Classes in org.deduced.implementation that implement DeducedControllerLayer
 class DeducedControllerLayerImplementation
          Java Implementation used to represent the type : deduced controller layer Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 

Fields in org.deduced.implementation declared as DeducedControllerLayer
private  DeducedControllerLayer DeducedControllerLayerLinkedCollectionImplementation.controller
          member variable holding the value for : controller
 

Methods in org.deduced.implementation that return DeducedControllerLayer
 DeducedControllerLayer DeducedControllerLayerLinkedCollectionImplementation.getController()
          (non-Javadoc)
 DeducedControllerLayer DeducedControllerLayerLinkedCollectionImplementation.setController(DeducedControllerLayer setValue)
          (non-Javadoc)
 

Methods in org.deduced.implementation with parameters of type DeducedControllerLayer
static void DeducedControllerLayerImplementation.resetListFixedInstances(DeducedControllerLayer instance)
          reset all the list fixed instances
 DeducedControllerLayer DeducedControllerLayerLinkedCollectionImplementation.setController(DeducedControllerLayer setValue)
          (non-Javadoc)