Uses of Class
org.deduced.PropertyList

Packages that use PropertyList
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.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.implementation   
org.deduced.initialization.model.implementation   
org.deduced.task   
org.deduced.task.implementation   
org.deduced.text   
org.deduced.text.implementation   
org.deduced.validation.model   
org.deduced.validation.model.implementation   
 

Uses of PropertyList in org.deduced
 

Methods in org.deduced that return PropertyList
 PropertyList PropertyCollectionType.getActionList()
          Get the value of the instance : action list
 PropertyList CollectionTypeInformation.getChildTypeList()
          Get the value of the instance : child type list
 PropertyList DeducedModelLayer.getCollectionList()
          Get the value of the instance : collection list
 PropertyList PropertyCollectionType.getDeductionRuleList()
          Get the value of the instance : deduction rule list
 PropertyList DeducedModelLayer.getDependentModelList()
          Get the value of the instance : dependent model list
 PropertyList DeducedSchemaLayer.getDependentSchemaList()
          Get the value of the instance : dependent schema list
 PropertyList EnumerationPropertyType.getEnumerationLiteralList()
          Get the value of the instance : enumeration literal list
 PropertyList CollectionTypeInformation.getInheritedTypeList()
          Get the value of the instance : inherited type list
 PropertyList DeductionRule.getInputList()
          Get the value of the instance : input list
 PropertyList InstanceReference.getInstanceList()
          Get the value of the instance : instance list
 PropertyList Folder.getObjectList()
          Get the value of the instance : object list
 PropertyList PropertyCollectionType.getParentList()
          Get the value of the instance : parent list
 PropertyList PropertyCollectionType.getPropertyInstanceList()
          Get the value of the instance : property instance list
 PropertyList PropertyPackage.getPropertyPackageList()
          Get the value of the instance : property package list
 PropertyList PropertyPackage.getPropertyTypeList()
          Get the value of the instance : property type list
 PropertyList SchemaBasedApplicationLayer.getSchemaList()
          Get the value of the instance : schema list
 PropertyList SchemaAnalyzer.getTypeInformationList()
          Get the value of the instance : type information list
 PropertyList PropertyCollectionType.setActionList(PropertyList newValue)
          Set the value of the instance : action list
 PropertyList CollectionTypeInformation.setChildTypeList(PropertyList newValue)
          Set the value of the instance : child type list
 PropertyList DeducedModelLayer.setCollectionList(PropertyList newValue)
          Set the value of the instance : collection list
 PropertyList PropertyCollectionType.setDeductionRuleList(PropertyList newValue)
          Set the value of the instance : deduction rule list
 PropertyList DeducedModelLayer.setDependentModelList(PropertyList newValue)
          Set the value of the instance : dependent model list
 PropertyList DeducedSchemaLayer.setDependentSchemaList(PropertyList newValue)
          Set the value of the instance : dependent schema list
 PropertyList EnumerationPropertyType.setEnumerationLiteralList(PropertyList newValue)
          Set the value of the instance : enumeration literal list
 PropertyList CollectionTypeInformation.setInheritedTypeList(PropertyList newValue)
          Set the value of the instance : inherited type list
 PropertyList DeductionRule.setInputList(PropertyList newValue)
          Set the value of the instance : input list
 PropertyList InstanceReference.setInstanceList(PropertyList newValue)
          Set the value of the instance : instance list
 PropertyList Folder.setObjectList(PropertyList newValue)
          Set the value of the instance : object list
 PropertyList PropertyCollectionType.setParentList(PropertyList newValue)
          Set the value of the instance : parent list
 PropertyList PropertyCollectionType.setPropertyInstanceList(PropertyList newValue)
          Set the value of the instance : property instance list
 PropertyList PropertyPackage.setPropertyPackageList(PropertyList newValue)
          Set the value of the instance : property package list
 PropertyList PropertyPackage.setPropertyTypeList(PropertyList newValue)
          Set the value of the instance : property type list
 PropertyList SchemaBasedApplicationLayer.setSchemaList(PropertyList newValue)
          Set the value of the instance : schema list
 PropertyList SchemaAnalyzer.setTypeInformationList(PropertyList newValue)
          Set the value of the instance : type information list
 

Methods in org.deduced with parameters of type PropertyList
 PropertyList PropertyCollectionType.setActionList(PropertyList newValue)
          Set the value of the instance : action list
 PropertyList CollectionTypeInformation.setChildTypeList(PropertyList newValue)
          Set the value of the instance : child type list
 PropertyList DeducedModelLayer.setCollectionList(PropertyList newValue)
          Set the value of the instance : collection list
 PropertyList PropertyCollectionType.setDeductionRuleList(PropertyList newValue)
          Set the value of the instance : deduction rule list
 PropertyList DeducedModelLayer.setDependentModelList(PropertyList newValue)
          Set the value of the instance : dependent model list
 PropertyList DeducedSchemaLayer.setDependentSchemaList(PropertyList newValue)
          Set the value of the instance : dependent schema list
 PropertyList EnumerationPropertyType.setEnumerationLiteralList(PropertyList newValue)
          Set the value of the instance : enumeration literal list
 PropertyList CollectionTypeInformation.setInheritedTypeList(PropertyList newValue)
          Set the value of the instance : inherited type list
 PropertyList DeductionRule.setInputList(PropertyList newValue)
          Set the value of the instance : input list
 PropertyList InstanceReference.setInstanceList(PropertyList newValue)
          Set the value of the instance : instance list
 PropertyList Folder.setObjectList(PropertyList newValue)
          Set the value of the instance : object list
 PropertyList PropertyCollectionType.setParentList(PropertyList newValue)
          Set the value of the instance : parent list
 PropertyList PropertyCollectionType.setPropertyInstanceList(PropertyList newValue)
          Set the value of the instance : property instance list
 PropertyList PropertyPackage.setPropertyPackageList(PropertyList newValue)
          Set the value of the instance : property package list
 PropertyList PropertyPackage.setPropertyTypeList(PropertyList newValue)
          Set the value of the instance : property type list
 PropertyList SchemaBasedApplicationLayer.setSchemaList(PropertyList newValue)
          Set the value of the instance : schema list
 PropertyList SchemaAnalyzer.setTypeInformationList(PropertyList newValue)
          Set the value of the instance : type information list
 

Uses of PropertyList in org.deduced.controller
 

Methods in org.deduced.controller that return PropertyList
 PropertyList PropertyCollectionControllerModel.getChildCollectionControllerList()
          Get the value of the instance : child collection controller list
 PropertyList PropertyCollectionControllerModel.getChildPropertyControllerList()
          Get the value of the instance : child property controller list
 PropertyList<PropertyCollectionController> ControllerProvider.getPropertyCollectionChildPropertyCollectionControllerList(PropertyCollection<?,?> model)
          get Property Collection Child Property Collection Controller List
 PropertyList<PropertyController> ControllerProvider.getPropertyCollectionPropertyControllerList(PropertyCollection<?,?> model)
          get Property Collection Property Controller List
 PropertyList PropertyCollectionControllerModel.setChildCollectionControllerList(PropertyList newValue)
          Set the value of the instance : child collection controller list
 PropertyList PropertyCollectionControllerModel.setChildPropertyControllerList(PropertyList newValue)
          Set the value of the instance : child property controller list
 

Methods in org.deduced.controller with parameters of type PropertyList
 PropertyList PropertyCollectionControllerModel.setChildCollectionControllerList(PropertyList newValue)
          Set the value of the instance : child collection controller list
 PropertyList PropertyCollectionControllerModel.setChildPropertyControllerList(PropertyList newValue)
          Set the value of the instance : child property controller list
 

Uses of PropertyList in org.deduced.controller.implementation
 

Subclasses of PropertyList in org.deduced.controller.implementation
private  class DeducedControllerLayerExtensionImplementation.LooseParentPropertyList<V>
          LooseParentPropertyList is a property list that allows addition of property collections where the parent already matches the current collection
 class FlyWheelPropertyCollectionControllerList
          FlyWheelPropertyCollectionControllerMap
 class FlyWheelPropertyControllerList
          FlyWheelPropertyControllerMap
 

Fields in org.deduced.controller.implementation declared as PropertyList
private  PropertyList DefaultPropertyCollectionControllerModelImplementation.childCollectionControllerList
          member variable holding the value for : child collection controller list
private  PropertyList PropertyCollectionControllerModelImplementation.childCollectionControllerList
          member variable holding the value for : child collection controller list
private  PropertyList DefaultPropertyCollectionControllerModelImplementation.childPropertyControllerList
          member variable holding the value for : child property controller list
private  PropertyList PropertyCollectionControllerModelImplementation.childPropertyControllerList
          member variable holding the value for : child property controller list
 

Fields in org.deduced.controller.implementation with type parameters of type PropertyList
private  java.util.Map<PropertyCollection<?,?>,PropertyList<PropertyCollectionController>> CachedFlyWheelControllerProvider.childCollectionControllerMapMap
          map between the model and the map of child property collection controller
private  java.util.Map<PropertyCollection<?,?>,PropertyList<PropertyController>> CachedFlyWheelControllerProvider.childPropertyControllerMapMap
          map between the model and the map of child property controller
 

Methods in org.deduced.controller.implementation that return PropertyList
 PropertyList<PropertyCollectionController> FlyWheelControllerFactory.createPropertyCollectionChildPropertyCollectionControllerList(PropertyCollection<?,?> model)
          create Property Collection Child Property Collection Controller List
 PropertyList<PropertyCollectionController> FlyWheelControllerFactoryImplementation.createPropertyCollectionChildPropertyCollectionControllerList(PropertyCollection<?,?> model)
          (non-Javadoc)
protected  PropertyList<PropertyCollectionController> FlyWheelControllerProvider.createPropertyCollectionChildPropertyCollectionControllerList(PropertyCollection<?,?> model)
          create a property collection child property collection controller List
 PropertyList<PropertyController> FlyWheelControllerFactory.createPropertyCollectionPropertyControllerList(PropertyCollection<?,?> model)
          create Property Collection Property Controller List
 PropertyList<PropertyController> FlyWheelControllerFactoryImplementation.createPropertyCollectionPropertyControllerList(PropertyCollection<?,?> model)
          (non-Javadoc)
protected  PropertyList<PropertyController> FlyWheelControllerProvider.createPropertyCollectionPropertyControllerList(PropertyCollection<?,?> model)
          create a property collection child property controller List
 PropertyList DefaultPropertyCollectionControllerModelImplementation.getChildCollectionControllerList()
          (non-Javadoc)
 PropertyList<PropertyCollectionControllerModel> FlyWheelPropertyCollectionController.getChildCollectionControllerList()
          (non-Javadoc)
 PropertyList PropertyCollectionControllerModelImplementation.getChildCollectionControllerList()
          (non-Javadoc)
 PropertyList DefaultPropertyCollectionControllerModelImplementation.getChildPropertyControllerList()
          (non-Javadoc)
 PropertyList<PropertyControllerModel> FlyWheelPropertyCollectionController.getChildPropertyControllerList()
          (non-Javadoc)
 PropertyList PropertyCollectionControllerModelImplementation.getChildPropertyControllerList()
          (non-Javadoc)
 PropertyList<PropertyCollectionController> CachedFlyWheelControllerProvider.getPropertyCollectionChildPropertyCollectionControllerList(PropertyCollection<?,?> model)
          (non-Javadoc)
 PropertyList<PropertyCollectionController> DirectControllerProvider.getPropertyCollectionChildPropertyCollectionControllerList(PropertyCollection<?,?> model)
          (non-Javadoc)
 PropertyList<PropertyCollectionController> FlyWheelControllerProvider.getPropertyCollectionChildPropertyCollectionControllerList(PropertyCollection<?,?> model)
          (non-Javadoc)
 PropertyList<PropertyController> CachedFlyWheelControllerProvider.getPropertyCollectionPropertyControllerList(PropertyCollection<?,?> model)
          (non-Javadoc)
 PropertyList<PropertyController> DirectControllerProvider.getPropertyCollectionPropertyControllerList(PropertyCollection<?,?> model)
          (non-Javadoc)
 PropertyList<PropertyController> FlyWheelControllerProvider.getPropertyCollectionPropertyControllerList(PropertyCollection<?,?> model)
          (non-Javadoc)
 PropertyList DefaultPropertyCollectionControllerModelImplementation.setChildCollectionControllerList(PropertyList setValue)
          (non-Javadoc)
 PropertyList FlyWheelPropertyCollectionController.setChildCollectionControllerList(PropertyList setChildCollectionController)
          (non-Javadoc)
 PropertyList PropertyCollectionControllerModelImplementation.setChildCollectionControllerList(PropertyList setValue)
          (non-Javadoc)
 PropertyList DefaultPropertyCollectionControllerModelImplementation.setChildPropertyControllerList(PropertyList setValue)
          (non-Javadoc)
 PropertyList FlyWheelPropertyCollectionController.setChildPropertyControllerList(PropertyList setChildPropertyController)
          (non-Javadoc)
 PropertyList PropertyCollectionControllerModelImplementation.setChildPropertyControllerList(PropertyList setValue)
          (non-Javadoc)
 

Methods in org.deduced.controller.implementation with parameters of type PropertyList
 PropertyList DefaultPropertyCollectionControllerModelImplementation.setChildCollectionControllerList(PropertyList setValue)
          (non-Javadoc)
 PropertyList FlyWheelPropertyCollectionController.setChildCollectionControllerList(PropertyList setChildCollectionController)
          (non-Javadoc)
 PropertyList PropertyCollectionControllerModelImplementation.setChildCollectionControllerList(PropertyList setValue)
          (non-Javadoc)
 PropertyList DefaultPropertyCollectionControllerModelImplementation.setChildPropertyControllerList(PropertyList setValue)
          (non-Javadoc)
 PropertyList FlyWheelPropertyCollectionController.setChildPropertyControllerList(PropertyList setChildPropertyController)
          (non-Javadoc)
 PropertyList PropertyCollectionControllerModelImplementation.setChildPropertyControllerList(PropertyList setValue)
          (non-Javadoc)
 

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

Fields in org.deduced.controller.typed.implementation declared as PropertyList
private  PropertyList TypedCollectionControllerImplementation.actionList
          member variable holding the value for : action list
private  PropertyList TypedCollectionListControllerImplementation.actionList
          member variable holding the value for : action list
private  PropertyList TypedPropertyControllerImplementation.actionList
          member variable holding the value for : action list
private  PropertyList TypedCollectionControllerImplementation.deductionRuleList
          member variable holding the value for : deduction rule list
private  PropertyList TypedCollectionListControllerImplementation.deductionRuleList
          member variable holding the value for : deduction rule list
private  PropertyList TypedPropertyControllerImplementation.deductionRuleList
          member variable holding the value for : deduction rule list
private  PropertyList TypedControllerSchemaImplementation.dependentSchemaList
          member variable holding the value for : dependent schema list
private  PropertyList TypedCollectionControllerImplementation.parentList
          member variable holding the value for : parent list
private  PropertyList TypedCollectionListControllerImplementation.parentList
          member variable holding the value for : parent list
private  PropertyList TypedPropertyControllerImplementation.parentList
          member variable holding the value for : parent list
private  PropertyList TypedCollectionControllerImplementation.propertyInstanceList
          member variable holding the value for : property instance list
private  PropertyList TypedCollectionListControllerImplementation.propertyInstanceList
          member variable holding the value for : property instance list
private  PropertyList TypedPropertyControllerImplementation.propertyInstanceList
          member variable holding the value for : property instance list
private  PropertyList CollectionTypeControllerPackageImplementation.propertyPackageList
          member variable holding the value for : property package list
private  PropertyList TypedControllerPackageImplementation.propertyPackageList
          member variable holding the value for : property package list
private  PropertyList CollectionTypeControllerPackageImplementation.propertyTypeList
          member variable holding the value for : property type list
private  PropertyList TypedControllerPackageImplementation.propertyTypeList
          member variable holding the value for : property type list
 

Methods in org.deduced.controller.typed.implementation that return PropertyList
 PropertyList TypedCollectionControllerImplementation.getActionList()
          (non-Javadoc)
 PropertyList TypedCollectionListControllerImplementation.getActionList()
          (non-Javadoc)
 PropertyList TypedPropertyControllerImplementation.getActionList()
          (non-Javadoc)
 PropertyList TypedCollectionControllerImplementation.getDeductionRuleList()
          (non-Javadoc)
 PropertyList TypedCollectionListControllerImplementation.getDeductionRuleList()
          (non-Javadoc)
 PropertyList TypedPropertyControllerImplementation.getDeductionRuleList()
          (non-Javadoc)
 PropertyList TypedControllerSchemaImplementation.getDependentSchemaList()
          (non-Javadoc)
 PropertyList TypedCollectionControllerImplementation.getParentList()
          (non-Javadoc)
 PropertyList TypedCollectionListControllerImplementation.getParentList()
          (non-Javadoc)
 PropertyList TypedPropertyControllerImplementation.getParentList()
          (non-Javadoc)
 PropertyList TypedCollectionControllerImplementation.getPropertyInstanceList()
          (non-Javadoc)
 PropertyList TypedCollectionListControllerImplementation.getPropertyInstanceList()
          (non-Javadoc)
 PropertyList TypedPropertyControllerImplementation.getPropertyInstanceList()
          (non-Javadoc)
 PropertyList CollectionTypeControllerPackageImplementation.getPropertyPackageList()
          (non-Javadoc)
 PropertyList TypedControllerPackageImplementation.getPropertyPackageList()
          (non-Javadoc)
 PropertyList CollectionTypeControllerPackageImplementation.getPropertyTypeList()
          (non-Javadoc)
 PropertyList TypedControllerPackageImplementation.getPropertyTypeList()
          (non-Javadoc)
 PropertyList TypedCollectionControllerImplementation.setActionList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedCollectionListControllerImplementation.setActionList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedPropertyControllerImplementation.setActionList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedCollectionControllerImplementation.setDeductionRuleList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedCollectionListControllerImplementation.setDeductionRuleList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedPropertyControllerImplementation.setDeductionRuleList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedControllerSchemaImplementation.setDependentSchemaList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedCollectionControllerImplementation.setParentList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedCollectionListControllerImplementation.setParentList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedPropertyControllerImplementation.setParentList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedCollectionControllerImplementation.setPropertyInstanceList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedCollectionListControllerImplementation.setPropertyInstanceList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedPropertyControllerImplementation.setPropertyInstanceList(PropertyList setValue)
          (non-Javadoc)
 PropertyList CollectionTypeControllerPackageImplementation.setPropertyPackageList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedControllerPackageImplementation.setPropertyPackageList(PropertyList setValue)
          (non-Javadoc)
 PropertyList CollectionTypeControllerPackageImplementation.setPropertyTypeList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedControllerPackageImplementation.setPropertyTypeList(PropertyList setValue)
          (non-Javadoc)
 

Methods in org.deduced.controller.typed.implementation with parameters of type PropertyList
 PropertyList TypedCollectionControllerImplementation.setActionList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedCollectionListControllerImplementation.setActionList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedPropertyControllerImplementation.setActionList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedCollectionControllerImplementation.setDeductionRuleList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedCollectionListControllerImplementation.setDeductionRuleList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedPropertyControllerImplementation.setDeductionRuleList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedControllerSchemaImplementation.setDependentSchemaList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedCollectionControllerImplementation.setParentList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedCollectionListControllerImplementation.setParentList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedPropertyControllerImplementation.setParentList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedCollectionControllerImplementation.setPropertyInstanceList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedCollectionListControllerImplementation.setPropertyInstanceList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedPropertyControllerImplementation.setPropertyInstanceList(PropertyList setValue)
          (non-Javadoc)
 PropertyList CollectionTypeControllerPackageImplementation.setPropertyPackageList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedControllerPackageImplementation.setPropertyPackageList(PropertyList setValue)
          (non-Javadoc)
 PropertyList CollectionTypeControllerPackageImplementation.setPropertyTypeList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypedControllerPackageImplementation.setPropertyTypeList(PropertyList setValue)
          (non-Javadoc)
 

Uses of PropertyList in org.deduced.dynamic
 

Subclasses of PropertyList in org.deduced.dynamic
 class DynamicPropertyList
          Class used to host a list of DynamicPropertyMap.
 

Methods in org.deduced.dynamic that return PropertyList
 PropertyList<PropertyCollectionController> FlyWheelTypeBasedControllerFactory.createPropertyCollectionChildPropertyCollectionControllerList(PropertyCollection<?,?> model)
          (non-Javadoc)
 PropertyList<PropertyController> FlyWheelTypeBasedControllerFactory.createPropertyCollectionPropertyControllerList(PropertyCollection<?,?> model)
          (non-Javadoc)
 PropertyList FlyWheelDynamicPropertyCollectionController.getChildCollectionControllerList()
          (non-Javadoc)
 PropertyList<PropertyControllerModel> FlyWheelDynamicPropertyCollectionController.getChildPropertyControllerList()
          (non-Javadoc)
 PropertyList FlyWheelDynamicPropertyCollectionController.setChildCollectionControllerList(PropertyList newValue)
          (non-Javadoc)
 PropertyList FlyWheelDynamicPropertyCollectionController.setChildPropertyControllerList(PropertyList newValue)
          (non-Javadoc)
 

Methods in org.deduced.dynamic with parameters of type PropertyList
private  void DynamicModelFactory.resetListFixedInstance(PropertyCollection<?,?> changedInstance, PropertyList<DynamicPropertyMap> currentList)
          reset List Fixed Instance
private  void DynamicModelFactory.resetListMemberFixedInstance(PropertyList<DynamicPropertyMap> currentList, PropertyCollection<?,?> listFixedInstanceType, boolean fixedInstanceIsReference, java.util.List<DynamicPropertyMap> objectAddList, java.lang.Object currentKey)
          reset List Member Fixed Instance
 PropertyList FlyWheelDynamicPropertyCollectionController.setChildCollectionControllerList(PropertyList newValue)
          (non-Javadoc)
 PropertyList FlyWheelDynamicPropertyCollectionController.setChildPropertyControllerList(PropertyList newValue)
          (non-Javadoc)
 

Uses of PropertyList in org.deduced.implementation
 

Subclasses of PropertyList in org.deduced.implementation
 class OrderedInstanceReferenceListImplementation
          Java Implementation used to represent the type : ordered instance reference list Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaOrderedPropertyListImplementation.vm
 class OrderedParameterListImplementation
          Java Implementation used to represent the type : ordered parameter list Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaOrderedPropertyListImplementation.vm
 

Fields in org.deduced.implementation declared as PropertyList
private  PropertyList EnumerationPropertyTypeImplementation.actionList
          member variable holding the value for : action list
private  PropertyList OrderedPropertyListTypeImplementation.actionList
          member variable holding the value for : action list
private  PropertyList OrderingPropertyCollectionTypeImplementation.actionList
          member variable holding the value for : action list
private  PropertyList PropertyCollectionTypeImplementation.actionList
          member variable holding the value for : action list
private  PropertyList CollectionTypeInformationImplementation.childTypeList
          member variable holding the value for : child type list
private  PropertyList DeducedControllerLayerImplementation.collectionList
          member variable holding the value for : collection list
private  PropertyList DeducedModelLayerImplementation.collectionList
          member variable holding the value for : collection list
private  PropertyList EnumerationPropertyTypeImplementation.deductionRuleList
          member variable holding the value for : deduction rule list
private  PropertyList OrderedPropertyListTypeImplementation.deductionRuleList
          member variable holding the value for : deduction rule list
private  PropertyList OrderingPropertyCollectionTypeImplementation.deductionRuleList
          member variable holding the value for : deduction rule list
private  PropertyList PropertyCollectionTypeImplementation.deductionRuleList
          member variable holding the value for : deduction rule list
private  PropertyList DeducedControllerLayerImplementation.dependentModelList
          member variable holding the value for : dependent model list
private  PropertyList DeducedModelLayerImplementation.dependentModelList
          member variable holding the value for : dependent model list
private  PropertyList DeducedSchemaLayerImplementation.dependentSchemaList
          member variable holding the value for : dependent schema list
private  PropertyList EnumerationPropertyTypeImplementation.enumerationLiteralList
          member variable holding the value for : enumeration literal list
private  PropertyList CollectionTypeInformationImplementation.inheritedTypeList
          member variable holding the value for : inherited type list
private  PropertyList DeductionRuleImplementation.inputList
          member variable holding the value for : input list
private  PropertyList InstanceReferenceImplementation.instanceList
          member variable holding the value for : instance list
private  PropertyList StaticInstanceReferenceImplementation.instanceList
          member variable holding the value for : instance list
private  PropertyList FolderImplementation.objectList
          member variable holding the value for : object list
private  PropertyList EnumerationPropertyTypeImplementation.parentList
          member variable holding the value for : parent list
private  PropertyList OrderedPropertyListTypeImplementation.parentList
          member variable holding the value for : parent list
private  PropertyList OrderingPropertyCollectionTypeImplementation.parentList
          member variable holding the value for : parent list
private  PropertyList PropertyCollectionTypeImplementation.parentList
          member variable holding the value for : parent list
private  PropertyList EnumerationPropertyTypeImplementation.propertyInstanceList
          member variable holding the value for : property instance list
private  PropertyList OrderedPropertyListTypeImplementation.propertyInstanceList
          member variable holding the value for : property instance list
private  PropertyList OrderingPropertyCollectionTypeImplementation.propertyInstanceList
          member variable holding the value for : property instance list
private  PropertyList PropertyCollectionTypeImplementation.propertyInstanceList
          member variable holding the value for : property instance list
private  PropertyList PropertyPackageImplementation.propertyPackageList
          member variable holding the value for : property package list
private  PropertyList PropertyPackageImplementation.propertyTypeList
          member variable holding the value for : property type list
private  PropertyList DeducedControllerLayerImplementation.schemaList
          member variable holding the value for : schema list
private  PropertyList DeducedModelLayerImplementation.schemaList
          member variable holding the value for : schema list
private  PropertyList SchemaBasedApplicationLayerImplementation.schemaList
          member variable holding the value for : schema list
private  PropertyList SchemaAnalyzerImplementation.typeInformationList
          member variable holding the value for : type information list
 

Methods in org.deduced.implementation that return PropertyList
 PropertyList EnumerationPropertyTypeImplementation.getActionList()
          (non-Javadoc)
 PropertyList OrderedPropertyListTypeImplementation.getActionList()
          (non-Javadoc)
 PropertyList OrderingPropertyCollectionTypeImplementation.getActionList()
          (non-Javadoc)
 PropertyList PropertyCollectionTypeImplementation.getActionList()
          (non-Javadoc)
 PropertyList CollectionTypeInformationImplementation.getChildTypeList()
          (non-Javadoc)
 PropertyList DeducedControllerLayerImplementation.getCollectionList()
          (non-Javadoc)
 PropertyList DeducedModelLayerImplementation.getCollectionList()
          (non-Javadoc)
 PropertyList EnumerationPropertyTypeImplementation.getDeductionRuleList()
          (non-Javadoc)
 PropertyList OrderedPropertyListTypeImplementation.getDeductionRuleList()
          (non-Javadoc)
 PropertyList OrderingPropertyCollectionTypeImplementation.getDeductionRuleList()
          (non-Javadoc)
 PropertyList PropertyCollectionTypeImplementation.getDeductionRuleList()
          (non-Javadoc)
 PropertyList DeducedControllerLayerImplementation.getDependentModelList()
          (non-Javadoc)
 PropertyList DeducedModelLayerImplementation.getDependentModelList()
          (non-Javadoc)
 PropertyList DeducedSchemaLayerImplementation.getDependentSchemaList()
          (non-Javadoc)
 PropertyList EnumerationPropertyTypeImplementation.getEnumerationLiteralList()
          (non-Javadoc)
 PropertyList CollectionTypeInformationImplementation.getInheritedTypeList()
          (non-Javadoc)
 PropertyList DeductionRuleImplementation.getInputList()
          (non-Javadoc)
 PropertyList InstanceReferenceImplementation.getInstanceList()
          (non-Javadoc)
 PropertyList StaticInstanceReferenceImplementation.getInstanceList()
          (non-Javadoc)
 PropertyList FolderImplementation.getObjectList()
          (non-Javadoc)
 PropertyList EnumerationPropertyTypeImplementation.getParentList()
          (non-Javadoc)
 PropertyList OrderedPropertyListTypeImplementation.getParentList()
          (non-Javadoc)
 PropertyList OrderingPropertyCollectionTypeImplementation.getParentList()
          (non-Javadoc)
 PropertyList PropertyCollectionTypeImplementation.getParentList()
          (non-Javadoc)
 PropertyList EnumerationPropertyTypeImplementation.getPropertyInstanceList()
          (non-Javadoc)
 PropertyList OrderedPropertyListTypeImplementation.getPropertyInstanceList()
          (non-Javadoc)
 PropertyList OrderingPropertyCollectionTypeImplementation.getPropertyInstanceList()
          (non-Javadoc)
 PropertyList PropertyCollectionTypeImplementation.getPropertyInstanceList()
          (non-Javadoc)
 PropertyList PropertyPackageImplementation.getPropertyPackageList()
          (non-Javadoc)
 PropertyList PropertyPackageImplementation.getPropertyTypeList()
          (non-Javadoc)
 PropertyList DeducedControllerLayerImplementation.getSchemaList()
          (non-Javadoc)
 PropertyList DeducedModelLayerImplementation.getSchemaList()
          (non-Javadoc)
 PropertyList SchemaBasedApplicationLayerImplementation.getSchemaList()
          (non-Javadoc)
 PropertyList SchemaAnalyzerImplementation.getTypeInformationList()
          (non-Javadoc)
 PropertyList EnumerationPropertyTypeImplementation.setActionList(PropertyList setValue)
          (non-Javadoc)
 PropertyList OrderedPropertyListTypeImplementation.setActionList(PropertyList setValue)
          (non-Javadoc)
 PropertyList OrderingPropertyCollectionTypeImplementation.setActionList(PropertyList setValue)
          (non-Javadoc)
 PropertyList PropertyCollectionTypeImplementation.setActionList(PropertyList setValue)
          (non-Javadoc)
 PropertyList CollectionTypeInformationImplementation.setChildTypeList(PropertyList setValue)
          (non-Javadoc)
 PropertyList DeducedControllerLayerImplementation.setCollectionList(PropertyList setValue)
          (non-Javadoc)
 PropertyList DeducedModelLayerImplementation.setCollectionList(PropertyList setValue)
          (non-Javadoc)
 PropertyList EnumerationPropertyTypeImplementation.setDeductionRuleList(PropertyList setValue)
          (non-Javadoc)
 PropertyList OrderedPropertyListTypeImplementation.setDeductionRuleList(PropertyList setValue)
          (non-Javadoc)
 PropertyList OrderingPropertyCollectionTypeImplementation.setDeductionRuleList(PropertyList setValue)
          (non-Javadoc)
 PropertyList PropertyCollectionTypeImplementation.setDeductionRuleList(PropertyList setValue)
          (non-Javadoc)
 PropertyList DeducedControllerLayerImplementation.setDependentModelList(PropertyList setValue)
          (non-Javadoc)
 PropertyList DeducedModelLayerImplementation.setDependentModelList(PropertyList setValue)
          (non-Javadoc)
 PropertyList DeducedSchemaLayerImplementation.setDependentSchemaList(PropertyList setValue)
          (non-Javadoc)
 PropertyList EnumerationPropertyTypeImplementation.setEnumerationLiteralList(PropertyList setValue)
          (non-Javadoc)
 PropertyList CollectionTypeInformationImplementation.setInheritedTypeList(PropertyList setValue)
          (non-Javadoc)
 PropertyList DeductionRuleImplementation.setInputList(PropertyList setValue)
          (non-Javadoc)
 PropertyList InstanceReferenceImplementation.setInstanceList(PropertyList setValue)
          (non-Javadoc)
 PropertyList StaticInstanceReferenceImplementation.setInstanceList(PropertyList setValue)
          (non-Javadoc)
 PropertyList FolderImplementation.setObjectList(PropertyList setValue)
          (non-Javadoc)
 PropertyList EnumerationPropertyTypeImplementation.setParentList(PropertyList setValue)
          (non-Javadoc)
 PropertyList OrderedPropertyListTypeImplementation.setParentList(PropertyList setValue)
          (non-Javadoc)
 PropertyList OrderingPropertyCollectionTypeImplementation.setParentList(PropertyList setValue)
          (non-Javadoc)
 PropertyList PropertyCollectionTypeImplementation.setParentList(PropertyList setValue)
          (non-Javadoc)
 PropertyList EnumerationPropertyTypeImplementation.setPropertyInstanceList(PropertyList setValue)
          (non-Javadoc)
 PropertyList OrderedPropertyListTypeImplementation.setPropertyInstanceList(PropertyList setValue)
          (non-Javadoc)
 PropertyList OrderingPropertyCollectionTypeImplementation.setPropertyInstanceList(PropertyList setValue)
          (non-Javadoc)
 PropertyList PropertyCollectionTypeImplementation.setPropertyInstanceList(PropertyList setValue)
          (non-Javadoc)
 PropertyList PropertyPackageImplementation.setPropertyPackageList(PropertyList setValue)
          (non-Javadoc)
 PropertyList PropertyPackageImplementation.setPropertyTypeList(PropertyList setValue)
          (non-Javadoc)
 PropertyList DeducedControllerLayerImplementation.setSchemaList(PropertyList setValue)
          (non-Javadoc)
 PropertyList DeducedModelLayerImplementation.setSchemaList(PropertyList setValue)
          (non-Javadoc)
 PropertyList SchemaBasedApplicationLayerImplementation.setSchemaList(PropertyList setValue)
          (non-Javadoc)
 PropertyList SchemaAnalyzerImplementation.setTypeInformationList(PropertyList setValue)
          (non-Javadoc)
 

Methods in org.deduced.implementation with parameters of type PropertyList
 PropertyList EnumerationPropertyTypeImplementation.setActionList(PropertyList setValue)
          (non-Javadoc)
 PropertyList OrderedPropertyListTypeImplementation.setActionList(PropertyList setValue)
          (non-Javadoc)
 PropertyList OrderingPropertyCollectionTypeImplementation.setActionList(PropertyList setValue)
          (non-Javadoc)
 PropertyList PropertyCollectionTypeImplementation.setActionList(PropertyList setValue)
          (non-Javadoc)
 PropertyList CollectionTypeInformationImplementation.setChildTypeList(PropertyList setValue)
          (non-Javadoc)
 PropertyList DeducedControllerLayerImplementation.setCollectionList(PropertyList setValue)
          (non-Javadoc)
 PropertyList DeducedModelLayerImplementation.setCollectionList(PropertyList setValue)
          (non-Javadoc)
 PropertyList EnumerationPropertyTypeImplementation.setDeductionRuleList(PropertyList setValue)
          (non-Javadoc)
 PropertyList OrderedPropertyListTypeImplementation.setDeductionRuleList(PropertyList setValue)
          (non-Javadoc)
 PropertyList OrderingPropertyCollectionTypeImplementation.setDeductionRuleList(PropertyList setValue)
          (non-Javadoc)
 PropertyList PropertyCollectionTypeImplementation.setDeductionRuleList(PropertyList setValue)
          (non-Javadoc)
 PropertyList DeducedControllerLayerImplementation.setDependentModelList(PropertyList setValue)
          (non-Javadoc)
 PropertyList DeducedModelLayerImplementation.setDependentModelList(PropertyList setValue)
          (non-Javadoc)
 PropertyList DeducedSchemaLayerImplementation.setDependentSchemaList(PropertyList setValue)
          (non-Javadoc)
 PropertyList EnumerationPropertyTypeImplementation.setEnumerationLiteralList(PropertyList setValue)
          (non-Javadoc)
 PropertyList CollectionTypeInformationImplementation.setInheritedTypeList(PropertyList setValue)
          (non-Javadoc)
 PropertyList DeductionRuleImplementation.setInputList(PropertyList setValue)
          (non-Javadoc)
 PropertyList InstanceReferenceImplementation.setInstanceList(PropertyList setValue)
          (non-Javadoc)
 PropertyList StaticInstanceReferenceImplementation.setInstanceList(PropertyList setValue)
          (non-Javadoc)
 PropertyList FolderImplementation.setObjectList(PropertyList setValue)
          (non-Javadoc)
 PropertyList EnumerationPropertyTypeImplementation.setParentList(PropertyList setValue)
          (non-Javadoc)
 PropertyList OrderedPropertyListTypeImplementation.setParentList(PropertyList setValue)
          (non-Javadoc)
 PropertyList OrderingPropertyCollectionTypeImplementation.setParentList(PropertyList setValue)
          (non-Javadoc)
 PropertyList PropertyCollectionTypeImplementation.setParentList(PropertyList setValue)
          (non-Javadoc)
 PropertyList EnumerationPropertyTypeImplementation.setPropertyInstanceList(PropertyList setValue)
          (non-Javadoc)
 PropertyList OrderedPropertyListTypeImplementation.setPropertyInstanceList(PropertyList setValue)
          (non-Javadoc)
 PropertyList OrderingPropertyCollectionTypeImplementation.setPropertyInstanceList(PropertyList setValue)
          (non-Javadoc)
 PropertyList PropertyCollectionTypeImplementation.setPropertyInstanceList(PropertyList setValue)
          (non-Javadoc)
 PropertyList PropertyPackageImplementation.setPropertyPackageList(PropertyList setValue)
          (non-Javadoc)
 PropertyList PropertyPackageImplementation.setPropertyTypeList(PropertyList setValue)
          (non-Javadoc)
 PropertyList DeducedControllerLayerImplementation.setSchemaList(PropertyList setValue)
          (non-Javadoc)
 PropertyList DeducedModelLayerImplementation.setSchemaList(PropertyList setValue)
          (non-Javadoc)
 PropertyList SchemaBasedApplicationLayerImplementation.setSchemaList(PropertyList setValue)
          (non-Javadoc)
 PropertyList SchemaAnalyzerImplementation.setTypeInformationList(PropertyList setValue)
          (non-Javadoc)
 

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

Fields in org.deduced.initialization.model.implementation declared as PropertyList
private  PropertyList InstanceReferenceInitializationModelImplementation.instanceList
          member variable holding the value for : instance list
private  PropertyList StaticInstanceReferenceInitializationModelImplementation.instanceList
          member variable holding the value for : instance list
 

Methods in org.deduced.initialization.model.implementation that return PropertyList
 PropertyList InstanceReferenceInitializationModelImplementation.getInstanceList()
          (non-Javadoc)
 PropertyList StaticInstanceReferenceInitializationModelImplementation.getInstanceList()
          (non-Javadoc)
 PropertyList InstanceReferenceInitializationModelImplementation.setInstanceList(PropertyList setValue)
          (non-Javadoc)
 PropertyList StaticInstanceReferenceInitializationModelImplementation.setInstanceList(PropertyList setValue)
          (non-Javadoc)
 

Methods in org.deduced.initialization.model.implementation with parameters of type PropertyList
 PropertyList InstanceReferenceInitializationModelImplementation.setInstanceList(PropertyList setValue)
          (non-Javadoc)
 PropertyList StaticInstanceReferenceInitializationModelImplementation.setInstanceList(PropertyList setValue)
          (non-Javadoc)
 

Uses of PropertyList in org.deduced.task
 

Methods in org.deduced.task that return PropertyList
 PropertyList TaskMonitor.getTaskList()
          Get the value of the instance : task list
 PropertyList TaskMonitor.setTaskList(PropertyList newValue)
          Set the value of the instance : task list
 

Methods in org.deduced.task with parameters of type PropertyList
 PropertyList TaskMonitor.setTaskList(PropertyList newValue)
          Set the value of the instance : task list
 

Uses of PropertyList in org.deduced.task.implementation
 

Fields in org.deduced.task.implementation declared as PropertyList
private  PropertyList TaskMonitorImplementation.taskList
          member variable holding the value for : task list
 

Methods in org.deduced.task.implementation that return PropertyList
 PropertyList TaskMonitorImplementation.getTaskList()
          (non-Javadoc)
 PropertyList TaskMonitorImplementation.setTaskList(PropertyList setValue)
          (non-Javadoc)
 

Methods in org.deduced.task.implementation with parameters of type PropertyList
 PropertyList TaskMonitorImplementation.setTaskList(PropertyList setValue)
          (non-Javadoc)
 

Uses of PropertyList in org.deduced.text
 

Methods in org.deduced.text that return PropertyList
 PropertyList MultilanguageTextConfiguration.getLanguageSpecificTextConfigurationList()
          Get the value of the instance : language specific text configuration list
 PropertyList MultilanguageTextConfiguration.setLanguageSpecificTextConfigurationList(PropertyList newValue)
          Set the value of the instance : language specific text configuration list
 

Methods in org.deduced.text with parameters of type PropertyList
 PropertyList MultilanguageTextConfiguration.setLanguageSpecificTextConfigurationList(PropertyList newValue)
          Set the value of the instance : language specific text configuration list
 

Uses of PropertyList in org.deduced.text.implementation
 

Fields in org.deduced.text.implementation declared as PropertyList
private  PropertyList MultilanguageTextConfigurationImplementation.languageSpecificTextConfigurationList
          member variable holding the value for : language specific text configuration list
 

Methods in org.deduced.text.implementation that return PropertyList
 PropertyList MultilanguageTextConfigurationImplementation.getLanguageSpecificTextConfigurationList()
          (non-Javadoc)
 PropertyList MultilanguageTextConfigurationImplementation.setLanguageSpecificTextConfigurationList(PropertyList setValue)
          (non-Javadoc)
 

Methods in org.deduced.text.implementation with parameters of type PropertyList
 PropertyList MultilanguageTextConfigurationImplementation.setLanguageSpecificTextConfigurationList(PropertyList setValue)
          (non-Javadoc)
 

Uses of PropertyList in org.deduced.validation.model
 

Methods in org.deduced.validation.model that return PropertyList
 PropertyList TypeCreationValidationModel.getInvalidTypeList()
          Get the value of the instance : invalid type list
 PropertyList TypeReferenceValidationModel.getInvalidTypeList()
          Get the value of the instance : invalid type list
 PropertyList EnumerationValidationModel.getInvalidValueList()
          Get the value of the instance : invalid value list
 PropertyList TypeCreationValidationModel.setInvalidTypeList(PropertyList newValue)
          Set the value of the instance : invalid type list
 PropertyList TypeReferenceValidationModel.setInvalidTypeList(PropertyList newValue)
          Set the value of the instance : invalid type list
 PropertyList EnumerationValidationModel.setInvalidValueList(PropertyList newValue)
          Set the value of the instance : invalid value list
 

Methods in org.deduced.validation.model with parameters of type PropertyList
 PropertyList TypeCreationValidationModel.setInvalidTypeList(PropertyList newValue)
          Set the value of the instance : invalid type list
 PropertyList TypeReferenceValidationModel.setInvalidTypeList(PropertyList newValue)
          Set the value of the instance : invalid type list
 PropertyList EnumerationValidationModel.setInvalidValueList(PropertyList newValue)
          Set the value of the instance : invalid value list
 

Uses of PropertyList in org.deduced.validation.model.implementation
 

Fields in org.deduced.validation.model.implementation declared as PropertyList
private  PropertyList TypeCreationValidationModelImplementation.invalidTypeList
          member variable holding the value for : invalid type list
private  PropertyList TypeReferenceValidationModelImplementation.invalidTypeList
          member variable holding the value for : invalid type list
private  PropertyList EnumerationValidationModelImplementation.invalidValueList
          member variable holding the value for : invalid value list
 

Methods in org.deduced.validation.model.implementation that return PropertyList
 PropertyList TypeCreationValidationModelImplementation.getInvalidTypeList()
          (non-Javadoc)
 PropertyList TypeReferenceValidationModelImplementation.getInvalidTypeList()
          (non-Javadoc)
 PropertyList EnumerationValidationModelImplementation.getInvalidValueList()
          (non-Javadoc)
 PropertyList TypeCreationValidationModelImplementation.setInvalidTypeList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypeReferenceValidationModelImplementation.setInvalidTypeList(PropertyList setValue)
          (non-Javadoc)
 PropertyList EnumerationValidationModelImplementation.setInvalidValueList(PropertyList setValue)
          (non-Javadoc)
 

Methods in org.deduced.validation.model.implementation with parameters of type PropertyList
 PropertyList TypeCreationValidationModelImplementation.setInvalidTypeList(PropertyList setValue)
          (non-Javadoc)
 PropertyList TypeReferenceValidationModelImplementation.setInvalidTypeList(PropertyList setValue)
          (non-Javadoc)
 PropertyList EnumerationValidationModelImplementation.setInvalidValueList(PropertyList setValue)
          (non-Javadoc)