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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return SubprogramGroupSubcomponent
 SubprogramGroupSubcomponent ThreadImplementation.createOwnedSubprogramGroupSubcomponent()
          Creates a new SubprogramGroupSubcomponent and appends it to the 'Owned Subprogram Group Subcomponent' containment reference list
 SubprogramGroupSubcomponent ThreadGroupImplementation.createOwnedSubprogramGroupSubcomponent()
          Creates a new SubprogramGroupSubcomponent and appends it to the 'Owned Subprogram Group Subcomponent' containment reference list
 SubprogramGroupSubcomponent ProcessImplementation.createOwnedSubprogramGroupSubcomponent()
          Creates a new SubprogramGroupSubcomponent and appends it to the 'Owned Subprogram Group Subcomponent' containment reference list
 SubprogramGroupSubcomponent SystemImplementation.createOwnedSubprogramGroupSubcomponent()
          Creates a new SubprogramGroupSubcomponent and appends it to the 'Owned Subprogram Group Subcomponent' containment reference list
 SubprogramGroupSubcomponent AbstractImplementation.createOwnedSubprogramGroupSubcomponent()
          Creates a new SubprogramGroupSubcomponent and appends it to the 'Owned Subprogram Group Subcomponent' containment reference list
 SubprogramGroupSubcomponent Aadl2Factory.createSubprogramGroupSubcomponent()
          Returns a new object of class 'Subprogram Group Subcomponent'
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type SubprogramGroupSubcomponent
 org.eclipse.emf.common.util.EList<SubprogramGroupSubcomponent> ThreadImplementation.getOwnedSubprogramGroupSubcomponents()
          Returns the value of the 'Owned Subprogram Group Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<SubprogramGroupSubcomponent> ThreadGroupImplementation.getOwnedSubprogramGroupSubcomponents()
          Returns the value of the 'Owned Subprogram Group Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<SubprogramGroupSubcomponent> ProcessImplementation.getOwnedSubprogramGroupSubcomponents()
          Returns the value of the 'Owned Subprogram Group Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<SubprogramGroupSubcomponent> SystemImplementation.getOwnedSubprogramGroupSubcomponents()
          Returns the value of the 'Owned Subprogram Group Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<SubprogramGroupSubcomponent> AbstractImplementation.getOwnedSubprogramGroupSubcomponents()
          Returns the value of the 'Owned Subprogram Group Subcomponent' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement SubprogramGroupSubcomponent
 class SubprogramGroupSubcomponentImpl
          An implementation of the model object 'Subprogram Group Subcomponent'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return SubprogramGroupSubcomponent
 SubprogramGroupSubcomponent ProcessImplementationImpl.createOwnedSubprogramGroupSubcomponent()
           
 SubprogramGroupSubcomponent AbstractImplementationImpl.createOwnedSubprogramGroupSubcomponent()
           
 SubprogramGroupSubcomponent ThreadImplementationImpl.createOwnedSubprogramGroupSubcomponent()
           
 SubprogramGroupSubcomponent ThreadGroupImplementationImpl.createOwnedSubprogramGroupSubcomponent()
           
 SubprogramGroupSubcomponent SystemImplementationImpl.createOwnedSubprogramGroupSubcomponent()
           
 SubprogramGroupSubcomponent Aadl2FactoryImpl.createSubprogramGroupSubcomponent()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type SubprogramGroupSubcomponent
 org.eclipse.emf.common.util.EList<SubprogramGroupSubcomponent> ProcessImplementationImpl.getOwnedSubprogramGroupSubcomponents()
           
 org.eclipse.emf.common.util.EList<SubprogramGroupSubcomponent> AbstractImplementationImpl.getOwnedSubprogramGroupSubcomponents()
           
 org.eclipse.emf.common.util.EList<SubprogramGroupSubcomponent> ThreadImplementationImpl.getOwnedSubprogramGroupSubcomponents()
           
 org.eclipse.emf.common.util.EList<SubprogramGroupSubcomponent> ThreadGroupImplementationImpl.getOwnedSubprogramGroupSubcomponents()
           
 org.eclipse.emf.common.util.EList<SubprogramGroupSubcomponent> SystemImplementationImpl.getOwnedSubprogramGroupSubcomponents()
           
 

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

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