Uses of Interface
edu.cmu.sei.aadl.model.property.PropertyAssociation

Packages that use PropertyAssociation
edu.cmu.sei.aadl.model.core   
edu.cmu.sei.aadl.model.core.impl This package contains interfaces and classes that represent the abstract component objects as well as the pacakge concepts. 
edu.cmu.sei.aadl.model.feature.impl   
edu.cmu.sei.aadl.model.instance   
edu.cmu.sei.aadl.model.instance.impl   
edu.cmu.sei.aadl.model.properties This package contains interfaces and classes that are used in the lookup of property values. 
edu.cmu.sei.aadl.model.property   
edu.cmu.sei.aadl.model.property.impl   
edu.cmu.sei.aadl.model.property.util   
 

Uses of PropertyAssociation in edu.cmu.sei.aadl.model.core
 

Methods in edu.cmu.sei.aadl.model.core that return PropertyAssociation
 PropertyAssociation PropertyHolder.addPropertyValue(PropertyDefinition pd, PropertyValue pv)
          Add property association for given property definition with specified value.
 PropertyAssociation PropertyHolder.findPropertyAssociation(PropertyDefinition pd)
          find a locally delcared mode-less property asssociation for the given property definition in the properties list of the PropertyHolder.
 PropertyAssociation PropertyHolder.setContainedPropertyValue(PropertyDefinition pd, java.util.List appliesToPath, java.util.List pvl)
          Set the contained property association for given property definition with specified value list.
 PropertyAssociation PropertyHolder.setContainedPropertyValue(PropertyDefinition pd, java.util.List appliesToPath, java.util.List pvl, java.util.List modes)
          Set the contained property association for given property definition to the specified value list in the given modes.
 PropertyAssociation PropertyHolder.setContainedPropertyValue(PropertyDefinition pd, java.util.List appliesToPath, PropertyValue pv)
          Set the contained property association for given property definition with specified value.
 PropertyAssociation PropertyHolder.setContainedPropertyValue(PropertyDefinition pd, java.util.List appliesToPath, PropertyValue pv, java.util.List modes)
          Set contained property association for given property definition with specified value in the given modes.
 PropertyAssociation PropertyHolder.setPropertyValue(PropertyDefinition pd, java.util.List pvl)
          Set property association for given property definition with specified value list.
 PropertyAssociation PropertyHolder.setPropertyValue(PropertyDefinition pd, java.util.List pvl, java.util.List modes)
          Set property association for given property definition to the specified value list in the given modes.
 PropertyAssociation PropertyHolder.setPropertyValue(PropertyDefinition pd, PropertyValue pv)
          Set property association for given property definition with specified value.
 PropertyAssociation PropertyHolder.setPropertyValue(PropertyDefinition pd, PropertyValue pv, java.util.List modes)
          Set property association for given property definition with specified value in the given modes.
 

Methods in edu.cmu.sei.aadl.model.core with parameters of type PropertyAssociation
 void PropertyHolder.addProperty(PropertyAssociation pa)
          Adds property association to the Properties object of the PropertyHolder Creates Properties if non-existent.
 

Uses of PropertyAssociation in edu.cmu.sei.aadl.model.core.impl
 

Methods in edu.cmu.sei.aadl.model.core.impl that return PropertyAssociation
 PropertyAssociation PropertyHolderImpl.addPropertyValue(PropertyDefinition pd, PropertyValue pv)
          Add property association for given property definition with specified value.
protected  PropertyAssociation PropertyHolderImpl.createPropertyAssociation(boolean isContained)
          Return a new property association model element.
 PropertyAssociation PropertyHolderImpl.findPropertyAssociation(PropertyDefinition pd)
          find a locally delcared property asssociation for the given property definition in the properties list of the PropertyHolder.
 PropertyAssociation PropertyHolderImpl.setContainedPropertyValue(PropertyDefinition pd, java.util.List appliesToPath, java.util.List pvl)
           
 PropertyAssociation PropertyHolderImpl.setContainedPropertyValue(PropertyDefinition pd, java.util.List appliesToPath, java.util.List pvl, java.util.List modes)
           
 PropertyAssociation PropertyHolderImpl.setContainedPropertyValue(PropertyDefinition pd, java.util.List appliesToPath, PropertyValue pv)
           
 PropertyAssociation PropertyHolderImpl.setContainedPropertyValue(PropertyDefinition pd, java.util.List appliesToPath, PropertyValue pv, java.util.List modes)
           
 PropertyAssociation PropertyHolderImpl.setPropertyValue(PropertyDefinition pd, java.util.List pvl)
           
 PropertyAssociation PropertyHolderImpl.setPropertyValue(PropertyDefinition pd, java.util.List pvl, java.util.List modes)
           
 PropertyAssociation PropertyHolderImpl.setPropertyValue(PropertyDefinition pd, PropertyValue pv)
           
 PropertyAssociation PropertyHolderImpl.setPropertyValue(PropertyDefinition pd, PropertyValue pv, java.util.List modes)
           
 

Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type PropertyAssociation
 void PropertyHolderImpl.addProperty(PropertyAssociation pa)
          Adds property association to the Properties object of the PropertyHolder Creates Properties if non-existent.
 

Uses of PropertyAssociation in edu.cmu.sei.aadl.model.feature.impl
 

Methods in edu.cmu.sei.aadl.model.feature.impl that return PropertyAssociation
protected  PropertyAssociation ComponentAccessImpl.createPropertyAssociation(boolean isContained)
          Return a new property association model element.
 

Uses of PropertyAssociation in edu.cmu.sei.aadl.model.instance
 

Methods in edu.cmu.sei.aadl.model.instance with parameters of type PropertyAssociation
 void SystemInstanceConfiguration.addContainedPropertyAssociation(PropertyAssociation value)
          Adds to the list the value of the 'Contained Property Association' containment reference list
 

Uses of PropertyAssociation in edu.cmu.sei.aadl.model.instance.impl
 

Methods in edu.cmu.sei.aadl.model.instance.impl with parameters of type PropertyAssociation
 void SystemInstanceConfigurationImpl.addContainedPropertyAssociation(PropertyAssociation newContainedPropertyAssociation)
          phf: add element to multiplicity EList
 

Uses of PropertyAssociation in edu.cmu.sei.aadl.model.properties
 

Fields in edu.cmu.sei.aadl.model.properties declared as PropertyAssociation
protected  PropertyAssociation ModalPropertyValueAccumulatorImpl.PAWrapper.pa
           
 

Methods in edu.cmu.sei.aadl.model.properties that return PropertyAssociation
 PropertyAssociation ModalPropertyValueAccumulatorImpl.PAWrapper.getPropertyAssociation()
           
 

Methods in edu.cmu.sei.aadl.model.properties with parameters of type PropertyAssociation
 void ModalPropertyValueAccumulatorImpl.ModalAssociations.addAssociation(PropertyAssociation pa)
          Add an association for all modes.
 void ModalPropertyValueAccumulatorImpl.ModalAssociations.addAssociationInModes(PropertyAssociation pa, java.util.List modes)
          Add an association for the given modes.
protected abstract  ModalPropertyValueAccumulatorImpl.PAWrapper ModalPropertyValueAccumulatorImpl.ModalAssociations.wrapPropertyAssociation(PropertyAssociation pa)
           
 

Constructors in edu.cmu.sei.aadl.model.properties with parameters of type PropertyAssociation
ModalPropertyValueAccumulatorImpl.DefaultPAWrapper(PropertyAssociation pa)
           
ModalPropertyValueAccumulatorImpl.PAWrapper(PropertyAssociation pa)
           
 

Uses of PropertyAssociation in edu.cmu.sei.aadl.model.property
 

Methods in edu.cmu.sei.aadl.model.property that return PropertyAssociation
 PropertyAssociation PropertyFactory.createPropertyAssociation()
          Returns a new object of class 'Association'
 

Methods in edu.cmu.sei.aadl.model.property with parameters of type PropertyAssociation
 void Properties.addPropertyAssociation(PropertyAssociation value)
          Adds to the list the value of the 'Property Association' containment reference list
 

Uses of PropertyAssociation in edu.cmu.sei.aadl.model.property.impl
 

Classes in edu.cmu.sei.aadl.model.property.impl that implement PropertyAssociation
 class PropertyAssociationImpl
          An implementation of the model object 'Association'
 

Methods in edu.cmu.sei.aadl.model.property.impl that return PropertyAssociation
 PropertyAssociation PropertyFactoryImpl.createPropertyAssociation()
           
 

Methods in edu.cmu.sei.aadl.model.property.impl with parameters of type PropertyAssociation
 void PropertiesImpl.addPropertyAssociation(PropertyAssociation newPropertyAssociation)
          phf: add element to multiplicity EList
 

Uses of PropertyAssociation in edu.cmu.sei.aadl.model.property.util
 

Methods in edu.cmu.sei.aadl.model.property.util with parameters of type PropertyAssociation
 java.lang.Object PropertySwitch.casePropertyAssociation(PropertyAssociation object)
          Returns the result of interpretting the object as an instance of 'Association'