Uses of Package
org.deduced

Packages that use org.deduced
org.deduced This package contains the base classes of the deduced framework. 
org.deduced.analyzer   
org.deduced.analyzer.implementation This package contains code used by analyzers. 
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.rule Controller deduction rule 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.filter Filters used to create conditions. 
org.deduced.framework Deduced framework initialization classes. 
org.deduced.implementation   
org.deduced.initialization.model   
org.deduced.initialization.model.implementation   
org.deduced.initializer This package contains the implementation of various initializers used to create the initial values of properties while creating property collections. 
org.deduced.rule This package contains common fixed deduction rules that can be easily reused. 
org.deduced.task   
org.deduced.task.implementation   
org.deduced.text   
org.deduced.text.builder   
org.deduced.text.builder.implementation   
org.deduced.text.implementation   
org.deduced.text.rule This package contains deduction rules associated with text manipulation. 
org.deduced.validation Package containing validation utilities. 
org.deduced.validation.model   
org.deduced.validation.model.implementation   
org.deduced.validation.validator   
org.deduced.validation.validator.implementation   
org.deduced.validation.validator.rule Package containing deduction rules for validation of values. 
org.deduced.xml Property collection XML encoding tools. 
 

Classes in org.deduced used by org.deduced
AbstractPropertyCollection
          AbstractPropertyCollection : this class implements a list of standard methods for a property collections
AbstractPropertyCollection.CheckParent
          Runnable class used to check for collections that weren't deleted properly.
AbstractPropertyCollection.CollectionToDeleteMonitor
          Collection To Delete Monitor
ActionInvoker
          ActionInvoker is used to invoke actions on property collections
ChangeType
          Change Type enumeration used to indicate the type of change occurred in a property collection which can be either: Add : a property was added to the property collection. Update : a property was updated in the property collection. Remove : a property was removed from the property collection.
CompilationFailedException
          CompilationFailedException
CompiledModel
          Interface used to represent the type : compiled model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
Configuration
          Interface used to represent the type : configuration Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
Context
          Interface used to represent the type : context Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
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
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
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
DeducedModelLayerExtension
          Model layer extension used to bind a model factory to the actual model.
DocumentedCollection
          Interface used to represent the type : documented collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
EnabledPropertyCollection
          Interface used to represent the type : enabled property collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
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
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
IdPropertyMap
          IdPropertyMap.
InitializationModel
          Interface used to represent the type : initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
InstanceReference
          Interface used to represent the type : instance reference Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
InvocationParameter
          Parameter used by actions to associate a parameter name to a value
ManuallyOrderedType
          Interface used to represent the type : manually ordered type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
ModelCreationFailedException
          ModelCreationFailedException is thrown when an error is detected during model creation.
ModelFactory
          A Model Factory is used to create models in a layer of a deduced application.
NamedPropertyCollection
          Interface used to represent the type : named property collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
NameReferenceFinder
          NameReferenceFinder : this class is used to find property collections by name.
NameReferenceFinderImplementation
          NameReferenceFinder : this class is used to find property collections by name.
OrderedInstanceReference
          Interface used to represent the type : ordered instance reference Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
OrderedParameter
          Interface used to represent the type : ordered parameter Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
OrderedParameterList
          Interface used to represent the type : ordered parameter list Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaOrderedPropertyListInterface.vm
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
OrderedPropertyListTypeHolder
          Ordered Property List Type Holder
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
OrderingPropertyCollectionTypeHolder
          Ordering Property Collection Type Holder
Parameter
          Interface used to represent the type : parameter Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
ParameterFetcher
          ParameterFetcher is a class used to breakdown a list of parameters while fetching inputs.
Property
          Property.
PropertyChangeEvent
          Property Change Event is used to notify property listeners of changes in a property collection.
PropertyCollection
          PropertyCollection
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
PropertyCollectionListInstanceHolder
          Property Instance Holder
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
PropertyCollectionTypeHolder
          Property Collection Type Holder
PropertyInstance
          Interface used to represent the type : property instance Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyInstanceHolder
          Property Instance Holder
PropertyList
          Property List is used to contain properties as a list.
PropertyListener
          Interface used to trigger property change events
PropertyMap
           A property map represents a property collection in which properties may be added, changed and removed.
PropertyPackage
          Interface used to represent the type : property package Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyType
          Interface used to represent the type : property type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyTypeHolder
          PropertyTypeHolder
Reference
          Reference is used to register a reference from one collection to another
RuleExecutionContext
          RuleExecutionContext contains all the objects required for a successful rule execution
SchemaAnalyzer
          Interface used to represent the type : schema analyzer Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
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
TypeBasedModelFactory
          A Model Factory is used to create models in a layer of a deduced application.
ValidationModel
          Interface used to represent the type : validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 

Classes in org.deduced used by org.deduced.analyzer
PropertyCollection
          PropertyCollection
PropertyCollectionTypeHolder
          Property Collection Type Holder
PropertyInstanceHolder
          Property Instance Holder
 

Classes in org.deduced used by org.deduced.analyzer.implementation
AbstractPropertyCollection
          AbstractPropertyCollection : this class implements a list of standard methods for a property collections
FixedPropertyInstanceCollection
          Abstract property collection used as a base class for property collections that have a fixed list of properties.
PropertyChangeEvent
          Property Change Event is used to notify property listeners of changes in a property collection.
PropertyCollection
          PropertyCollection
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
PropertyListener
          Interface used to trigger property change events
RecursiveModelListener
          This class listens to a model and all its owned child recursively.
 

Classes in org.deduced used by org.deduced.controller
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
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
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
DeducedModelLayerExtension
          Model layer extension used to bind a model factory to the actual model.
DocumentedCollection
          Interface used to represent the type : documented collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
EnabledPropertyCollection
          Interface used to represent the type : enabled property collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
NamedPropertyCollection
          Interface used to represent the type : named property collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyCollection
          PropertyCollection
PropertyCollectionListInstanceHolder
          Property Instance Holder
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
PropertyCollectionTypeHolder
          Property Collection Type Holder
PropertyInstanceHolder
          Property Instance Holder
PropertyList
          Property List is used to contain properties as a list.
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
 

Classes in org.deduced used by org.deduced.controller.implementation
AbstractPropertyCollection
          AbstractPropertyCollection : this class implements a list of standard methods for a property collections
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
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
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
DeducedModelLayerExtension
          Model layer extension used to bind a model factory to the actual model.
DocumentedCollection
          Interface used to represent the type : documented collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
EnabledPropertyCollection
          Interface used to represent the type : enabled property collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
FixedPropertyInstanceCollection
          Abstract property collection used as a base class for property collections that have a fixed list of properties.
IdPropertyMap
          IdPropertyMap.
ModelFactory
          A Model Factory is used to create models in a layer of a deduced application.
NamedPropertyCollection
          Interface used to represent the type : named property collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyChangeEvent
          Property Change Event is used to notify property listeners of changes in a property collection.
PropertyCollection
          PropertyCollection
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
PropertyList
          Property List is used to contain properties as a list.
PropertyListener
          Interface used to trigger property change events
PropertyMap
           A property map represents a property collection in which properties may be added, changed and removed.
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
 

Classes in org.deduced used by org.deduced.controller.rule
DeductionRuleAnalyzer
          DeductionRuleAnalyzer is the interface implemented by all the rule analyzers
PropertyCollection
          PropertyCollection
RuleExecutionContext
          RuleExecutionContext contains all the objects required for a successful rule execution
 

Classes in org.deduced used by org.deduced.controller.typed
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
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
DocumentedCollection
          Interface used to represent the type : documented collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
NamedPropertyCollection
          Interface used to represent the type : named property collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyCollection
          PropertyCollection
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
PropertyCollectionTypeHolder
          Property Collection Type Holder
PropertyInstance
          Interface used to represent the type : property instance Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyInstanceHolder
          Property Instance Holder
PropertyPackage
          Interface used to represent the type : property package Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyType
          Interface used to represent the type : property type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 

Classes in org.deduced used by org.deduced.controller.typed.implementation
AbstractPropertyCollection
          AbstractPropertyCollection : this class implements a list of standard methods for a property collections
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
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
DocumentedCollection
          Interface used to represent the type : documented collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
FixedPropertyInstanceCollection
          Abstract property collection used as a base class for property collections that have a fixed list of properties.
NamedPropertyCollection
          Interface used to represent the type : named property collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyCollection
          PropertyCollection
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
PropertyInstance
          Interface used to represent the type : property instance Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyList
          Property List is used to contain properties as a list.
PropertyPackage
          Interface used to represent the type : property package Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyType
          Interface used to represent the type : property type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 

Classes in org.deduced used by org.deduced.dynamic
AbstractPropertyCollection
          AbstractPropertyCollection : this class implements a list of standard methods for a property collections
ActionInvoker
          ActionInvoker is used to invoke actions on property collections
CompilationFailedException
          CompilationFailedException
DeducedProperty
          Interface representing a Property that is controlled by a deduction rule
DeductionRuleAnalyzer
          DeductionRuleAnalyzer is the interface implemented by all the rule analyzers
IdPropertyMap
          IdPropertyMap.
InvocationParameter
          Parameter used by actions to associate a parameter name to a value
ListenTargetTracker
          Listen Target Tracker allows a listener to listen to multiple property collections multiple times.
ModelFactory
          A Model Factory is used to create models in a layer of a deduced application.
NamedPropertyCollection
          Interface used to represent the type : named property collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
Property
          Property.
PropertyChangeEvent
          Property Change Event is used to notify property listeners of changes in a property collection.
PropertyCollection
          PropertyCollection
PropertyImplementation
          Property.
PropertyList
          Property List is used to contain properties as a list.
PropertyListener
          Interface used to trigger property change events
PropertyMap
           A property map represents a property collection in which properties may be added, changed and removed.
PropertyType
          Interface used to represent the type : property type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
RecursiveModelListener
          This class listens to a model and all its owned child recursively.
RuleExecutionContext
          RuleExecutionContext contains all the objects required for a successful rule execution
RuleExecutionContextImplementation
          Default implementation of the rule execution context
 

Classes in org.deduced used by org.deduced.filter
PropertyCollection
          PropertyCollection
 

Classes in org.deduced used by org.deduced.framework
AbstractPropertyCollection
          AbstractPropertyCollection : this class implements a list of standard methods for a property collections
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
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
DeducedModelLayerExtension
          Model layer extension used to bind a model factory to the actual model.
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
DeductionRule
          Interface used to represent the type : deduction rule Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
DocumentedCollection
          Interface used to represent the type : documented collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
FixedPropertyInstanceCollection
          Abstract property collection used as a base class for property collections that have a fixed list of properties.
InstanceReference
          Interface used to represent the type : instance reference Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
ModelFactory
          A Model Factory is used to create models in a layer of a deduced application.
NamedPropertyCollection
          Interface used to represent the type : named property collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyCollection
          PropertyCollection
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
PropertyPackage
          Interface used to represent the type : property package Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyType
          Interface used to represent the type : property type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
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
TypeBasedModelFactory
          A Model Factory is used to create models in a layer of a deduced application.
 

Classes in org.deduced used by org.deduced.implementation
AbstractPropertyCollection
          AbstractPropertyCollection : this class implements a list of standard methods for a property collections
Action
          Interface used to represent the type : action Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
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
CompiledModel
          Interface used to represent the type : compiled model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
Configuration
          Interface used to represent the type : configuration Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
ConfiguredCollection
          Interface used to represent the type : configured collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
ContexedCollection
          Interface used to represent the type : contexed collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
Context
          Interface used to represent the type : context Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
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
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
DeducedControllerLayerLinkedCollection
          Interface used to represent the type : deduced controller layer linked collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
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
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
DeductionRule
          Interface used to represent the type : deduction rule Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
DocumentedCollection
          Interface used to represent the type : documented collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
EnabledPropertyCollection
          Interface used to represent the type : enabled property collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
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
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
FixedPropertyInstanceCollection
          Abstract property collection used as a base class for property collections that have a fixed list of properties.
Folder
          Interface used to represent the type : folder Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
IdPropertyMap
          IdPropertyMap.
InitializationModel
          Interface used to represent the type : initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
InstanceReference
          Interface used to represent the type : instance reference Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
ManuallyOrderedInstanceReference
          Interface used to represent the type : manually ordered instance reference Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
ManuallyOrderedParameter
          Interface used to represent the type : manually ordered parameter Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
ManuallyOrderedType
          Interface used to represent the type : manually ordered type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
NamedPropertyCollection
          Interface used to represent the type : named property collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
OrderedInstanceReference
          Interface used to represent the type : ordered instance reference Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
OrderedInstanceReferenceList
          Interface used to represent the type : ordered instance reference list Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaOrderedPropertyListInterface.vm
OrderedParameter
          Interface used to represent the type : ordered parameter Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
OrderedParameterList
          Interface used to represent the type : ordered parameter list Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaOrderedPropertyListInterface.vm
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
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
Parameter
          Interface used to represent the type : parameter Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyCollection
          PropertyCollection
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
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
PropertyInstance
          Interface used to represent the type : property instance Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyList
          Property List is used to contain properties as a list.
PropertyMap
           A property map represents a property collection in which properties may be added, changed and removed.
PropertyPackage
          Interface used to represent the type : property package Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyType
          Interface used to represent the type : property type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
SchemaAnalyzer
          Interface used to represent the type : schema analyzer Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
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
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
Utilities
          Interface used to represent the type : utilities Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
ValidationModel
          Interface used to represent the type : validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 

Classes in org.deduced used by org.deduced.initialization.model
InitializationModel
          Interface used to represent the type : initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
InstanceReference
          Interface used to represent the type : instance reference Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
NamedPropertyCollection
          Interface used to represent the type : named property collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyCollection
          PropertyCollection
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
PropertyCollectionTypeHolder
          Property Collection Type Holder
PropertyInstanceHolder
          Property Instance Holder
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
 

Classes in org.deduced used by org.deduced.initialization.model.implementation
AbstractPropertyCollection
          AbstractPropertyCollection : this class implements a list of standard methods for a property collections
FixedPropertyInstanceCollection
          Abstract property collection used as a base class for property collections that have a fixed list of properties.
InitializationModel
          Interface used to represent the type : initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
InstanceReference
          Interface used to represent the type : instance reference Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
NamedPropertyCollection
          Interface used to represent the type : named property collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyCollection
          PropertyCollection
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
PropertyList
          Property List is used to contain properties as a list.
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
 

Classes in org.deduced used by org.deduced.initializer
PropertyCollection
          PropertyCollection
RuleExecutionContext
          RuleExecutionContext contains all the objects required for a successful rule execution
 

Classes in org.deduced used by org.deduced.rule
DeductionRuleAnalyzer
          DeductionRuleAnalyzer is the interface implemented by all the rule analyzers
ModelFactory
          A Model Factory is used to create models in a layer of a deduced application.
PropertyCollection
          PropertyCollection
RuleExecutionContext
          RuleExecutionContext contains all the objects required for a successful rule execution
 

Classes in org.deduced used by org.deduced.task
NamedPropertyCollection
          Interface used to represent the type : named property collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyCollection
          PropertyCollection
PropertyCollectionListInstanceHolder
          Property Instance Holder
PropertyCollectionTypeHolder
          Property Collection Type Holder
PropertyInstanceHolder
          Property Instance Holder
PropertyList
          Property List is used to contain properties as a list.
 

Classes in org.deduced used by org.deduced.task.implementation
AbstractPropertyCollection
          AbstractPropertyCollection : this class implements a list of standard methods for a property collections
FixedPropertyInstanceCollection
          Abstract property collection used as a base class for property collections that have a fixed list of properties.
NamedPropertyCollection
          Interface used to represent the type : named property collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyCollection
          PropertyCollection
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
PropertyList
          Property List is used to contain properties as a list.
 

Classes in org.deduced used by org.deduced.text
Configuration
          Interface used to represent the type : configuration Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
NamedPropertyCollection
          Interface used to represent the type : named property collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyCollection
          PropertyCollection
PropertyCollectionListInstanceHolder
          Property Instance Holder
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
PropertyCollectionTypeHolder
          Property Collection Type Holder
PropertyInstanceHolder
          Property Instance Holder
PropertyList
          Property List is used to contain properties as a list.
 

Classes in org.deduced used by org.deduced.text.builder
ConfiguredCollection
          Interface used to represent the type : configured collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyCollection
          PropertyCollection
PropertyCollectionTypeHolder
          Property Collection Type Holder
PropertyInstanceHolder
          Property Instance Holder
 

Classes in org.deduced used by org.deduced.text.builder.implementation
AbstractPropertyCollection
          AbstractPropertyCollection : this class implements a list of standard methods for a property collections
Configuration
          Interface used to represent the type : configuration Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
ConfiguredCollection
          Interface used to represent the type : configured collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
FixedPropertyInstanceCollection
          Abstract property collection used as a base class for property collections that have a fixed list of properties.
PropertyCollection
          PropertyCollection
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
 

Classes in org.deduced used by org.deduced.text.implementation
AbstractPropertyCollection
          AbstractPropertyCollection : this class implements a list of standard methods for a property collections
Configuration
          Interface used to represent the type : configuration Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
FixedPropertyInstanceCollection
          Abstract property collection used as a base class for property collections that have a fixed list of properties.
NamedPropertyCollection
          Interface used to represent the type : named property collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyCollection
          PropertyCollection
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
PropertyList
          Property List is used to contain properties as a list.
 

Classes in org.deduced used by org.deduced.text.rule
DeductionRuleAnalyzer
          DeductionRuleAnalyzer is the interface implemented by all the rule analyzers
PropertyCollection
          PropertyCollection
RuleExecutionContext
          RuleExecutionContext contains all the objects required for a successful rule execution
 

Classes in org.deduced used by org.deduced.validation
ModelFactory
          A Model Factory is used to create models in a layer of a deduced application.
PropertyCollection
          PropertyCollection
 

Classes in org.deduced used by org.deduced.validation.model
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
PropertyCollection
          PropertyCollection
PropertyCollectionListInstanceHolder
          Property Instance Holder
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
PropertyCollectionTypeHolder
          Property Collection Type Holder
PropertyInstanceHolder
          Property Instance Holder
PropertyList
          Property List is used to contain properties as a list.
ValidationModel
          Interface used to represent the type : validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 

Classes in org.deduced used by org.deduced.validation.model.implementation
AbstractPropertyCollection
          AbstractPropertyCollection : this class implements a list of standard methods for a property collections
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
FixedPropertyInstanceCollection
          Abstract property collection used as a base class for property collections that have a fixed list of properties.
PropertyCollection
          PropertyCollection
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
PropertyList
          Property List is used to contain properties as a list.
ValidationModel
          Interface used to represent the type : validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 

Classes in org.deduced used by org.deduced.validation.validator
PropertyCollection
          PropertyCollection
PropertyCollectionTypeHolder
          Property Collection Type Holder
PropertyInstanceHolder
          Property Instance Holder
ValidationModel
          Interface used to represent the type : validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 

Classes in org.deduced used by org.deduced.validation.validator.implementation
AbstractPropertyCollection
          AbstractPropertyCollection : this class implements a list of standard methods for a property collections
FixedPropertyInstanceCollection
          Abstract property collection used as a base class for property collections that have a fixed list of properties.
PropertyCollection
          PropertyCollection
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
ValidationModel
          Interface used to represent the type : validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 

Classes in org.deduced used by org.deduced.validation.validator.rule
DeductionRuleAnalyzer
          DeductionRuleAnalyzer is the interface implemented by all the rule analyzers
PropertyCollection
          PropertyCollection
RuleExecutionContext
          RuleExecutionContext contains all the objects required for a successful rule execution
 

Classes in org.deduced used by org.deduced.xml
ModelFactory
          A Model Factory is used to create models in a layer of a deduced application.
NameReferenceFinder
          NameReferenceFinder : this class is used to find property collections by name.
Property
          Property.
PropertyCollection
          PropertyCollection