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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return ComponentPrototypeBinding
 ComponentPrototypeBinding Aadl2Factory.createComponentPrototypeBinding()
          Returns a new object of class 'Component Prototype Binding'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement ComponentPrototypeBinding
 class ComponentPrototypeBindingImpl
          An implementation of the model object 'Component Prototype Binding'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return ComponentPrototypeBinding
 ComponentPrototypeBinding Aadl2FactoryImpl.createComponentPrototypeBinding()
           
 

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

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