Uses of Interface
org.deduced.DocumentedCollection

Packages that use DocumentedCollection
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.controller.typed   
org.deduced.controller.typed.implementation   
org.deduced.framework Deduced framework initialization classes. 
org.deduced.implementation   
 

Uses of DocumentedCollection in org.deduced
 

Subinterfaces of DocumentedCollection in org.deduced
 interface Action
          Interface used to represent the type : action Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface CompiledModel
          Interface used to represent the type : compiled model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface DeducedApplicationLayer
          Interface used to represent the type : deduced application layer Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 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 DeducedModelLayer
          Interface used to represent the type : deduced model 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.
 interface DeducedSchemaLayer
          Interface used to represent the type : deduced schema layer Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface DeductionRule
          Interface used to represent the type : deduction rule Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface EnumerationPropertyType
          Interface used to represent the type : enumeration property type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface OrderedPropertyListType
          Interface used to represent the type : ordered property list type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface OrderingPropertyCollectionType
          Interface used to represent the type : ordering property collection type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface PropertyCollectionListInstance
          Interface used to represent the type : property collection list instance Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface PropertyCollectionType
          Interface used to represent the type : property collection type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface PropertyInstance
          Interface used to represent the type : property instance Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface PropertyPackage
          Interface used to represent the type : property package Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface PropertyType
          Interface used to represent the type : property type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface SchemaBasedApplicationLayer
          Interface used to represent the type : schema based application layer Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 

Uses of DocumentedCollection in org.deduced.controller
 

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

Uses of DocumentedCollection in org.deduced.controller.implementation
 

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

Uses of DocumentedCollection in org.deduced.controller.typed
 

Subinterfaces of DocumentedCollection in org.deduced.controller.typed
 interface CollectionTypeControllerPackage
          Interface used to represent the type : Collection Type Controller Package Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface TypedCollectionController
          Interface used to represent the type : Typed Collection Controller Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface TypedCollectionListController
          Interface used to represent the type : Typed Collection List Controller Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface TypedControllerPackage
          Interface used to represent the type : Typed Controller Package Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface TypedControllerSchema
          Interface used to represent the type : Typed Controller Schema Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface TypedPropertyController
          Interface used to represent the type : Typed Property Controller Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 

Uses of DocumentedCollection in org.deduced.controller.typed.implementation
 

Classes in org.deduced.controller.typed.implementation that implement DocumentedCollection
 class CollectionTypeControllerPackageImplementation
          Java Implementation used to represent the type : Collection Type Controller Package Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class TypedCollectionControllerImplementation
          Java Implementation used to represent the type : Typed Collection Controller Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class TypedCollectionListControllerImplementation
          Java Implementation used to represent the type : Typed Collection List Controller Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class TypedControllerPackageImplementation
          Java Implementation used to represent the type : Typed Controller Package Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class TypedControllerSchemaImplementation
          Java Implementation used to represent the type : Typed Controller Schema Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class TypedPropertyControllerImplementation
          Java Implementation used to represent the type : Typed Property Controller Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 

Uses of DocumentedCollection in org.deduced.framework
 

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

Uses of DocumentedCollection in org.deduced.implementation
 

Classes in org.deduced.implementation that implement DocumentedCollection
 class ActionImplementation
          Java Implementation used to represent the type : action Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class CompiledModelImplementation
          Java Implementation used to represent the type : compiled model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class DeducedApplicationLayerImplementation
          Java Implementation used to represent the type : deduced application layer Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 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
 class DeducedSchemaLayerImplementation
          Java Implementation used to represent the type : deduced schema layer Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class DeductionRuleImplementation
          Java Implementation used to represent the type : deduction rule Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class DocumentedCollectionImplementation
          Java Implementation used to represent the type : documented collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class EnumerationPropertyTypeImplementation
          Java Implementation used to represent the type : enumeration property type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class OrderedPropertyListTypeImplementation
          Java Implementation used to represent the type : ordered property list type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class OrderingPropertyCollectionTypeImplementation
          Java Implementation used to represent the type : ordering property collection type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class PropertyCollectionListInstanceImplementation
          Java Implementation used to represent the type : property collection list instance Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class PropertyCollectionTypeImplementation
          Java Implementation used to represent the type : property collection type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class PropertyInstanceImplementation
          Java Implementation used to represent the type : property instance Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class PropertyPackageImplementation
          Java Implementation used to represent the type : property package Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class PropertyTypeImplementation
          Java Implementation used to represent the type : property type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class SchemaBasedApplicationLayerImplementation
          Java Implementation used to represent the type : schema based application layer Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 

Methods in org.deduced.implementation with parameters of type DocumentedCollection
static void DocumentedCollectionImplementation.resetListFixedInstances(DocumentedCollection instance)
          reset all the list fixed instances