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

Packages that use BasicPropertyAssociation
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
 

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

Methods in edu.cmu.sei.aadl.aadl2 that return BasicPropertyAssociation
 BasicPropertyAssociation Aadl2Factory.createBasicPropertyAssociation()
          Returns a new object of class 'Basic Property Association'
 BasicPropertyAssociation RecordValue.createOwnedFieldValue()
          Creates a new BasicPropertyAssociation and appends it to the 'Owned Field Value' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type BasicPropertyAssociation
 org.eclipse.emf.common.util.EList<BasicPropertyAssociation> RecordValue.getOwnedFieldValues()
          Returns the value of the 'Owned Field Value' containment reference list.
 

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

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

Fields in edu.cmu.sei.aadl.aadl2.impl with type parameters of type BasicPropertyAssociation
protected  org.eclipse.emf.common.util.EList<BasicPropertyAssociation> RecordValueImpl.ownedFieldValues
          The cached value of the 'Owned Field Value' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return BasicPropertyAssociation
 BasicPropertyAssociation Aadl2FactoryImpl.createBasicPropertyAssociation()
           
 BasicPropertyAssociation RecordValueImpl.createOwnedFieldValue()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type BasicPropertyAssociation
 org.eclipse.emf.common.util.EList<BasicPropertyAssociation> RecordValueImpl.getOwnedFieldValues()
           
 

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

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