Uses of Interface
org.deduced.NamedPropertyCollection

Packages that use NamedPropertyCollection
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.dynamic The Dynamic package contains an implementation of the property collection that can be dynamically modified as the schema changes. 
org.deduced.framework Deduced framework initialization classes. 
org.deduced.implementation   
org.deduced.initialization.model   
org.deduced.initialization.model.implementation   
org.deduced.task   
org.deduced.task.implementation   
org.deduced.text   
org.deduced.text.implementation   
 

Uses of NamedPropertyCollection in org.deduced
 

Subinterfaces of NamedPropertyCollection 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 CollectionTypeInformation
          Interface used to represent the type : collection type information 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 Configuration
          Interface used to represent the type : configuration 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 EnumerationPropertyCollection
          Interface used to represent the type : enumeration property collection 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 Folder
          Interface used to represent the type : folder Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface InstanceReference
          Interface used to represent the type : instance reference 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 Parameter
          Interface used to represent the type : parameter 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
 interface StaticInstanceReference
          Interface used to represent the type : static instance reference Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 

Uses of NamedPropertyCollection in org.deduced.controller
 

Subinterfaces of NamedPropertyCollection in org.deduced.controller
 interface DeducedControllerLayerExtension
          Interface that every controller layer must implement
 interface DefaultPropertyCollectionControllerModel
          Interface used to represent the type : default property collection controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface DefaultPropertyControllerModel
          Interface used to represent the type : default property controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface PropertyCollectionController
           Title: PropertyController
 interface PropertyCollectionControllerModel
          Interface used to represent the type : property collection controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface PropertyController
           Title: PropertyController
 interface PropertyControllerModel
          Interface used to represent the type : property controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 

Uses of NamedPropertyCollection in org.deduced.controller.implementation
 

Classes in org.deduced.controller.implementation that implement NamedPropertyCollection
 class AbstractPropertyCollectionController
           Title: AbstractPropertyCollectionController
 class DeducedControllerLayerExtensionImplementation
          Deduced Controller Layer Extension Implementation
 class DefaultPropertyCollectionControllerModelImplementation
          Java Implementation used to represent the type : default property collection controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class DefaultPropertyControllerModelImplementation
          Java Implementation used to represent the type : default property controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class DirectPropertyCollectionController
           Title: DirectPropertyController
 class DirectPropertyController
           Title: DirectPropertyController
 class FlyWheelPropertyCollectionController
          Fly Wheel Property Collection Controller
 class FlyWheelPropertyController
          Fly Wheel Property Controller
 class PropertyCollectionControllerModelImplementation
          Java Implementation used to represent the type : property collection controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class PropertyControllerModelImplementation
          Java Implementation used to represent the type : property controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class SimplePropertyCollectionController
          Simple Property Collection Controller is used to control a property collection.
 

Uses of NamedPropertyCollection in org.deduced.controller.typed
 

Subinterfaces of NamedPropertyCollection 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 NamedPropertyCollection in org.deduced.controller.typed.implementation
 

Classes in org.deduced.controller.typed.implementation that implement NamedPropertyCollection
 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 NamedPropertyCollection in org.deduced.dynamic
 

Classes in org.deduced.dynamic that implement NamedPropertyCollection
 class FlyWheelDynamicPropertyCollectionController
          Fly Wheel Dynamic Property Collection Controller
 class FlyWheelDynamicPropertyController
          Fly Wheel Dynamic Property Controller
 

Uses of NamedPropertyCollection in org.deduced.framework
 

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

Uses of NamedPropertyCollection in org.deduced.implementation
 

Classes in org.deduced.implementation that implement NamedPropertyCollection
 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 CollectionTypeInformationImplementation
          Java Implementation used to represent the type : collection type information 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 ConfigurationImplementation
          Java Implementation used to represent the type : configuration 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 EnumerationPropertyCollectionImplementation
          Java Implementation used to represent the type : enumeration property 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 FolderImplementation
          Java Implementation used to represent the type : folder Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class InstanceReferenceImplementation
          Java Implementation used to represent the type : instance reference Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class NamedPropertyCollectionImplementation
          Java Implementation used to represent the type : named property collection 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 ParameterImplementation
          Java Implementation used to represent the type : parameter 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
 class StaticInstanceReferenceImplementation
          Java Implementation used to represent the type : static instance reference Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 

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

Uses of NamedPropertyCollection in org.deduced.initialization.model
 

Subinterfaces of NamedPropertyCollection in org.deduced.initialization.model
 interface InstanceReferenceInitializationModel
          Interface used to represent the type : instance reference initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface StaticInstanceReferenceInitializationModel
          Interface used to represent the type : static instance reference initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 

Uses of NamedPropertyCollection in org.deduced.initialization.model.implementation
 

Classes in org.deduced.initialization.model.implementation that implement NamedPropertyCollection
 class InstanceReferenceInitializationModelImplementation
          Java Implementation used to represent the type : instance reference initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class StaticInstanceReferenceInitializationModelImplementation
          Java Implementation used to represent the type : static instance reference initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 

Uses of NamedPropertyCollection in org.deduced.task
 

Subinterfaces of NamedPropertyCollection in org.deduced.task
 interface Task
          Interface used to represent the type : task Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 

Uses of NamedPropertyCollection in org.deduced.task.implementation
 

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

Uses of NamedPropertyCollection in org.deduced.text
 

Subinterfaces of NamedPropertyCollection in org.deduced.text
 interface Language
          Interface used to represent the type : language Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface MultilanguageTextConfiguration
          Interface used to represent the type : multi-language text configuration Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface TextConfiguration
          Interface used to represent the type : text configuration Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 

Uses of NamedPropertyCollection in org.deduced.text.implementation
 

Classes in org.deduced.text.implementation that implement NamedPropertyCollection
 class LanguageImplementation
          Java Implementation used to represent the type : language Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class MultilanguageTextConfigurationImplementation
          Java Implementation used to represent the type : multi-language text configuration Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class TextConfigurationImplementation
          Java Implementation used to represent the type : text configuration Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm