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

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

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

Subinterfaces of ContainedNamedElement in edu.cmu.sei.aadl.aadl2
 interface ReferenceValue
          A representation of the model object 'Reference Value'
 

Methods in edu.cmu.sei.aadl.aadl2 that return ContainedNamedElement
 ContainedNamedElement PropertyAssociation.createAppliesTo()
          Creates a new ContainedNamedElement and appends it to the 'Applies To' containment reference list
 ContainedNamedElement PropertyAssociation.createAppliesTo(org.eclipse.emf.ecore.EClass eClass)
          Creates a new ContainedNamedElement and appends it to the 'Applies To' containment reference list
 ContainedNamedElement Aadl2Factory.createContainedNamedElement()
          Returns a new object of class 'Contained Named Element'
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type ContainedNamedElement
 org.eclipse.emf.common.util.EList<ContainedNamedElement> PropertyAssociation.getAppliesTos()
          Returns the value of the 'Applies To' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement ContainedNamedElement
 class ContainedNamedElementImpl
          An implementation of the model object 'Contained Named Element'
 class ReferenceValueImpl
          An implementation of the model object 'Reference Value'
 

Fields in edu.cmu.sei.aadl.aadl2.impl with type parameters of type ContainedNamedElement
protected  org.eclipse.emf.common.util.EList<ContainedNamedElement> PropertyAssociationImpl.appliesTos
          The cached value of the 'Applies To' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return ContainedNamedElement
 ContainedNamedElement PropertyAssociationImpl.createAppliesTo()
           
 ContainedNamedElement PropertyAssociationImpl.createAppliesTo(org.eclipse.emf.ecore.EClass eClass)
           
 ContainedNamedElement Aadl2FactoryImpl.createContainedNamedElement()
           
 

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

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

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type ContainedNamedElement
 T Aadl2Switch.caseContainedNamedElement(ContainedNamedElement object)
          Returns the result of interpreting the object as an instance of 'Contained Named Element'
 boolean Aadl2Validator.validateContainedNamedElement(ContainedNamedElement containedNamedElement, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)