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

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

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

Subinterfaces of SubprogramGroup in edu.cmu.sei.aadl.aadl2
 interface SubprogramGroupClassifier
          A representation of the model object 'Subprogram Group Classifier'
 interface SubprogramGroupImplementation
          A representation of the model object 'Subprogram Group Implementation'
 interface SubprogramGroupSubcomponent
          A representation of the model object 'Subprogram Group Subcomponent'
 interface SubprogramGroupType
          A representation of the model object 'Subprogram Group Type'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement SubprogramGroup
 class SubprogramGroupClassifierImpl
          An implementation of the model object 'Subprogram Group Classifier'
 class SubprogramGroupImpl
          An implementation of the model object 'Subprogram Group'
 class SubprogramGroupImplementationImpl
          An implementation of the model object 'Subprogram Group Implementation'
 class SubprogramGroupSubcomponentImpl
          An implementation of the model object 'Subprogram Group Subcomponent'
 class SubprogramGroupTypeImpl
          An implementation of the model object 'Subprogram Group Type'
 

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

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