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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return SubprogramGroupImplementation
 SubprogramGroupImplementation PackageSection.createOwnedSubprogramGroupImplementation()
          Creates a new SubprogramGroupImplementation and appends it to the 'Owned Subprogram Group Implementation' containment reference list
 SubprogramGroupImplementation Aadl2Factory.createSubprogramGroupImplementation()
          Returns a new object of class 'Subprogram Group Implementation'
 

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

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement SubprogramGroupImplementation
 class SubprogramGroupImplementationImpl
          An implementation of the model object 'Subprogram Group Implementation'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return SubprogramGroupImplementation
 SubprogramGroupImplementation PackageSectionImpl.createOwnedSubprogramGroupImplementation()
           
 SubprogramGroupImplementation Aadl2FactoryImpl.createSubprogramGroupImplementation()
           
 

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

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

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