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

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

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

Subinterfaces of Generalization in edu.cmu.sei.aadl.aadl2
 interface GroupExtension
          A representation of the model object 'Group Extension'
 interface ImplementationExtension
          A representation of the model object 'Implementation Extension'
 interface Realization
          A representation of the model object 'Realization'
 interface TypeExtension
          A representation of the model object 'Type Extension'
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type Generalization
 org.eclipse.emf.common.util.EList<Generalization> Classifier.getGeneralizations()
          Returns the value of the 'Generalization' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement Generalization
 class GeneralizationImpl
          An implementation of the model object 'Generalization'
 class GroupExtensionImpl
          An implementation of the model object 'Group Extension'
 class ImplementationExtensionImpl
          An implementation of the model object 'Implementation Extension'
 class RealizationImpl
          An implementation of the model object 'Realization'
 class TypeExtensionImpl
          An implementation of the model object 'Type Extension'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type Generalization
 org.eclipse.emf.common.util.EList<Generalization> ComponentTypeImpl.getGeneralizations()
           
 org.eclipse.emf.common.util.EList<Generalization> ComponentImplementationImpl.getGeneralizations()
           
 org.eclipse.emf.common.util.EList<Generalization> ClassifierImpl.getGeneralizations()
           
 org.eclipse.emf.common.util.EList<Generalization> FeatureGroupTypeImpl.getGeneralizations()
           
 

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

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