|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeducedModelLayer | |
---|---|
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. |
org.deduced.implementation |
Uses of DeducedModelLayer in org.deduced |
---|
Subinterfaces of DeducedModelLayer in org.deduced | |
---|---|
interface |
DeducedControllerLayer
Interface used to represent the type : deduced controller layer Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm |
interface |
DeducedModelLayerExtension
Model layer extension used to bind a model factory to the actual model. |
Methods in org.deduced that return DeducedModelLayer | |
---|---|
DeducedModelLayer |
DeducedControllerLayer.getControlledModel()
Get the value of the instance : controlled model |
DeducedModelLayer |
DeducedControllerLayer.setControlledModel(DeducedModelLayer newValue)
Set the value of the instance : controlled model |
Methods in org.deduced with parameters of type DeducedModelLayer | |
---|---|
DeducedModelLayer |
DeducedControllerLayer.setControlledModel(DeducedModelLayer newValue)
Set the value of the instance : controlled model |
Uses of DeducedModelLayer in org.deduced.controller |
---|
Subinterfaces of DeducedModelLayer in org.deduced.controller | |
---|---|
interface |
DeducedControllerLayerExtension
Interface that every controller layer must implement |
Uses of DeducedModelLayer in org.deduced.controller.implementation |
---|
Classes in org.deduced.controller.implementation that implement DeducedModelLayer | |
---|---|
class |
DeducedControllerLayerExtensionImplementation
Deduced Controller Layer Extension Implementation |
Fields in org.deduced.controller.implementation declared as DeducedModelLayer | |
---|---|
private DeducedModelLayer |
DeducedControllerLayerExtensionImplementation.monitoredModelLayer
the monitored model layer |
Methods in org.deduced.controller.implementation that return DeducedModelLayer | |
---|---|
DeducedModelLayer |
DeducedControllerLayerExtensionImplementation.setControlledModel(DeducedModelLayer setValue)
(non-JSDoc) |
Methods in org.deduced.controller.implementation with parameters of type DeducedModelLayer | |
---|---|
DeducedModelLayer |
DeducedControllerLayerExtensionImplementation.setControlledModel(DeducedModelLayer setValue)
(non-JSDoc) |
private void |
DeducedControllerLayerExtensionImplementation.updateMonitoredModelLayer(DeducedModelLayer setValue)
update Monitored Model Layer |
Uses of DeducedModelLayer in org.deduced.framework |
---|
Classes in org.deduced.framework that implement DeducedModelLayer | |
---|---|
class |
DeducedModelLayerExtensionImplementation
Default implementation of a deduced model layer with the extension required to bind a factory to the model. |
Uses of DeducedModelLayer in org.deduced.implementation |
---|
Classes in org.deduced.implementation that implement DeducedModelLayer | |
---|---|
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 |
class |
DeducedModelLayerImplementation
Java Implementation used to represent the type : deduced model layer Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
Fields in org.deduced.implementation declared as DeducedModelLayer | |
---|---|
private DeducedModelLayer |
DeducedControllerLayerImplementation.controlledModel
member variable holding the value for : controlled model |
Methods in org.deduced.implementation that return DeducedModelLayer | |
---|---|
DeducedModelLayer |
DeducedControllerLayerImplementation.getControlledModel()
(non-Javadoc) |
DeducedModelLayer |
DeducedControllerLayerImplementation.setControlledModel(DeducedModelLayer setValue)
(non-Javadoc) |
Methods in org.deduced.implementation with parameters of type DeducedModelLayer | |
---|---|
static void |
DeducedModelLayerImplementation.resetListFixedInstances(DeducedModelLayer instance)
reset all the list fixed instances |
DeducedModelLayer |
DeducedControllerLayerImplementation.setControlledModel(DeducedModelLayer setValue)
(non-Javadoc) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |