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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return FeaturePrototypeBinding
 FeaturePrototypeBinding Aadl2Factory.createFeaturePrototypeBinding()
          Returns a new object of class 'Feature Prototype Binding'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement FeaturePrototypeBinding
 class FeaturePrototypeBindingImpl
          An implementation of the model object 'Feature Prototype Binding'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return FeaturePrototypeBinding
 FeaturePrototypeBinding Aadl2FactoryImpl.createFeaturePrototypeBinding()
           
 

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

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