Uses of Interface
edu.cmu.sei.aadl.aadl2.PropertyAssociation

Packages that use PropertyAssociation
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.properties   
edu.cmu.sei.aadl.aadl2.util   
 

Uses of PropertyAssociation in edu.cmu.sei.aadl.aadl2
 

Methods in edu.cmu.sei.aadl.aadl2 that return PropertyAssociation
 PropertyAssociation NamedElement.createOwnedPropertyAssociation()
          Creates a new PropertyAssociation and appends it to the 'Owned Property Association' containment reference list
 PropertyAssociation Aadl2Factory.createPropertyAssociation()
          Returns a new object of class 'Property Association'
 PropertyAssociation NamedElement.setPropertyValue(Property pd, java.util.List<? extends PropertyExpression> pvl)
          Set property association for given property definition with specified value list.
 PropertyAssociation NamedElement.setPropertyValue(Property pd, java.util.List<? extends PropertyExpression> pvl, java.util.List<? extends Mode> modes)
          Set property association for given property definition to the specified value list in the given modes.
 PropertyAssociation NamedElement.setPropertyValue(Property pd, PropertyValue pv)
           
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type PropertyAssociation
 org.eclipse.emf.common.util.EList<PropertyAssociation> Classifier.getAllPropertyAssociations()
          Get all the property associations, including those from any ancestor classifiers.
 org.eclipse.emf.common.util.EList<PropertyAssociation> NamedElement.getOwnedPropertyAssociations()
          Returns the value of the 'Owned Property Association' containment reference list.
 

Uses of PropertyAssociation in edu.cmu.sei.aadl.aadl2.impl
 

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

Fields in edu.cmu.sei.aadl.aadl2.impl with type parameters of type PropertyAssociation
protected  org.eclipse.emf.common.util.EList<PropertyAssociation> NamedElementImpl.ownedPropertyAssociations
          The cached value of the 'Owned Property Association' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return PropertyAssociation
 PropertyAssociation NamedElementImpl.createOwnedPropertyAssociation()
           
 PropertyAssociation Aadl2FactoryImpl.createPropertyAssociation()
           
 PropertyAssociation NamedElementImpl.setPropertyValue(Property pd, java.util.List<? extends PropertyExpression> pes)
           
 PropertyAssociation NamedElementImpl.setPropertyValue(Property pd, java.util.List<? extends PropertyExpression> pvl, java.util.List<? extends Mode> modes)
           
 PropertyAssociation NamedElementImpl.setPropertyValue(Property pd, PropertyValue pv)
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type PropertyAssociation
 org.eclipse.emf.common.util.EList<PropertyAssociation> ClassifierImpl.getAllPropertyAssociations()
           
 org.eclipse.emf.common.util.EList<PropertyAssociation> NamedElementImpl.getOwnedPropertyAssociations()
           
 

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

Methods in edu.cmu.sei.aadl.aadl2.properties that return PropertyAssociation
 PropertyAssociation PropertyAcc.first()
           
 

Methods in edu.cmu.sei.aadl.aadl2.properties that return types with arguments of type PropertyAssociation
 java.util.List<PropertyAssociation> PropertyAcc.getAssociations()
           
 

Uses of PropertyAssociation in edu.cmu.sei.aadl.aadl2.util
 

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type PropertyAssociation
 T Aadl2Switch.casePropertyAssociation(PropertyAssociation object)
          Returns the result of interpreting the object as an instance of 'Property Association'
 boolean Aadl2Validator.validatePropertyAssociation(PropertyAssociation propertyAssociation, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)