Uses of Interface
org.deduced.DeducedModelLayerExtension

Packages that use DeducedModelLayerExtension
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.framework Deduced framework initialization classes. 
 

Uses of DeducedModelLayerExtension in org.deduced
 

Fields in org.deduced declared as DeducedModelLayerExtension
private  DeducedModelLayerExtension RuleExecutionContextImplementation.modelLayer
          model layer
 

Methods in org.deduced that return DeducedModelLayerExtension
 DeducedModelLayerExtension RuleExecutionContext.getModelLayer()
          get Model Layer
 DeducedModelLayerExtension RuleExecutionContextImplementation.getModelLayer()
          (non-JSDoc)
 

Methods in org.deduced with parameters of type DeducedModelLayerExtension
 void RuleExecutionContextImplementation.setModelLayer(DeducedModelLayerExtension setLayer)
          set Model Layer
 void RuleExecutionContextImplementation.setModelLayerAndFactory(DeducedModelLayerExtension setLayer)
          set Model Layer And Factory from model layer
 

Uses of DeducedModelLayerExtension in org.deduced.controller
 

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

Methods in org.deduced.controller that return DeducedModelLayerExtension
 DeducedModelLayerExtension DeducedControllerLayerExtension.getControlledModelExtension()
           
 

Uses of DeducedModelLayerExtension in org.deduced.controller.implementation
 

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

Methods in org.deduced.controller.implementation that return DeducedModelLayerExtension
 DeducedModelLayerExtension DeducedControllerLayerExtensionImplementation.getControlledModelExtension()
          (non-Javadoc)
 

Uses of DeducedModelLayerExtension in org.deduced.framework
 

Classes in org.deduced.framework that implement DeducedModelLayerExtension
 class DeducedModelLayerExtensionImplementation
          Default implementation of a deduced model layer with the extension required to bind a factory to the model.
 

Fields in org.deduced.framework declared as DeducedModelLayerExtension
static DeducedModelLayerExtension ControllerSchema.MODEL
          model layer containing the packages and types
static DeducedModelLayerExtension DefaultSchema.MODEL
          model layer containing the packages and types
private static DeducedModelLayerExtension FrameworkLoader.STATIC_SCHEMA_MODEL
          model layer that contains all the statically loaded models
 

Methods in org.deduced.framework that return DeducedModelLayerExtension
static DeducedModelLayerExtension FrameworkLoader.createApplicationModel(java.lang.String applicationName)
          create a model to host an application.
static DeducedModelLayerExtension FrameworkLoader.createBaseSchemaModel()
          create the base schema that hosts the basic deduced types this schema is hosted by a model layer.
static DeducedModelLayerExtension FrameworkLoader.getStaticSchemaModel()
          get the static schema model into which all the static models are loaded