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

Packages that use ComponentReference
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 ComponentReference in edu.cmu.sei.aadl.aadl2
 

Methods in edu.cmu.sei.aadl.aadl2 that return ComponentReference
 ComponentReference Aadl2Factory.createComponentReference()
          Returns a new object of class 'Component Reference'
 

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

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

Methods in edu.cmu.sei.aadl.aadl2.impl that return ComponentReference
 ComponentReference Aadl2FactoryImpl.createComponentReference()
           
 

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

Methods in edu.cmu.sei.aadl.aadl2.properties that return ComponentReference
static ComponentReference InstanceUtil.resolveComponentPrototype(Prototype proto, InstanceObject context, java.util.HashMap<InstanceObject,InstanceUtil.InstantiatedClassifier> classifierCache)
          Find the binding for a given component prototype.
 

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

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