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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return FeatureGroupPrototype
 FeatureGroupPrototype Aadl2Factory.createFeatureGroupPrototype()
          Returns a new object of class 'Feature Group Prototype'
 FeatureGroupPrototype FeatureGroupPrototypeReference.getPrototype()
          Returns the value of the 'Prototype' reference
 

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type FeatureGroupPrototype
 void FeatureGroupPrototypeReference.setPrototype(FeatureGroupPrototype value)
          Sets the value of the 'Prototype' reference
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement FeatureGroupPrototype
 class FeatureGroupPrototypeImpl
          An implementation of the model object 'Feature Group Prototype'
 

Fields in edu.cmu.sei.aadl.aadl2.impl declared as FeatureGroupPrototype
protected  FeatureGroupPrototype FeatureGroupPrototypeReferenceImpl.prototype
          The cached value of the 'Prototype' reference
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return FeatureGroupPrototype
 FeatureGroupPrototype FeatureGroupPrototypeReferenceImpl.basicGetPrototype()
           
 FeatureGroupPrototype Aadl2FactoryImpl.createFeatureGroupPrototype()
           
 FeatureGroupPrototype FeatureGroupPrototypeReferenceImpl.getPrototype()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type FeatureGroupPrototype
 void FeatureGroupPrototypeReferenceImpl.setPrototype(FeatureGroupPrototype newPrototype)
           
 

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

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