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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return SubprogramGroupType
 SubprogramGroupType PackageSection.createOwnedSubprogramGroupType()
          Creates a new SubprogramGroupType and appends it to the 'Owned Subprogram Group Type' containment reference list
 SubprogramGroupType Aadl2Factory.createSubprogramGroupType()
          Returns a new object of class 'Subprogram Group Type'
 SubprogramGroupType SubprogramGroupImplementation.getType()
          Returns the value of the 'Type' reference.
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type SubprogramGroupType
 org.eclipse.emf.common.util.EList<SubprogramGroupType> PackageSection.getOwnedSubprogramGroupTypes()
          Returns the value of the 'Owned Subprogram Group Type' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement SubprogramGroupType
 class SubprogramGroupTypeImpl
          An implementation of the model object 'Subprogram Group Type'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return SubprogramGroupType
 SubprogramGroupType SubprogramGroupImplementationImpl.basicGetType()
           
 SubprogramGroupType PackageSectionImpl.createOwnedSubprogramGroupType()
           
 SubprogramGroupType Aadl2FactoryImpl.createSubprogramGroupType()
           
 SubprogramGroupType SubprogramGroupImplementationImpl.getType()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type SubprogramGroupType
 org.eclipse.emf.common.util.EList<SubprogramGroupType> PackageSectionImpl.getOwnedSubprogramGroupTypes()
           
 

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

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