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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return ComponentImplementationReference
 ComponentImplementationReference Aadl2Factory.createComponentImplementationReference()
          Returns a new object of class 'Component Implementation Reference'
 ComponentImplementationReference Subcomponent.createImplementationReference()
          Creates a new ComponentImplementationReference and appends it to the 'Implementation Reference' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type ComponentImplementationReference
 org.eclipse.emf.common.util.EList<ComponentImplementationReference> Subcomponent.getImplementationReferences()
          Returns the value of the 'Implementation Reference' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement ComponentImplementationReference
 class ComponentImplementationReferenceImpl
          An implementation of the model object 'Component Implementation Reference'
 

Fields in edu.cmu.sei.aadl.aadl2.impl with type parameters of type ComponentImplementationReference
protected  org.eclipse.emf.common.util.EList<ComponentImplementationReference> SubcomponentImpl.implementationReferences
          The cached value of the 'Implementation Reference' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return ComponentImplementationReference
 ComponentImplementationReference Aadl2FactoryImpl.createComponentImplementationReference()
           
 ComponentImplementationReference SubcomponentImpl.createImplementationReference()
           
 

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

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

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type ComponentImplementationReference
 T Aadl2Switch.caseComponentImplementationReference(ComponentImplementationReference object)
          Returns the result of interpreting the object as an instance of 'Component Implementation Reference'
 boolean Aadl2Validator.validateComponentImplementationReference(ComponentImplementationReference componentImplementationReference, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)