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

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

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

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

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

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

Methods in edu.cmu.sei.aadl.aadl2.impl that return ComponentPrototypeReference
 ComponentPrototypeReference Aadl2FactoryImpl.createComponentPrototypeReference()
           
 

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

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