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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return ThreadGroupSubcomponent
 ThreadGroupSubcomponent ThreadGroupImplementation.createOwnedThreadGroupSubcomponent()
          Creates a new ThreadGroupSubcomponent and appends it to the 'Owned Thread Group Subcomponent' containment reference list
 ThreadGroupSubcomponent ProcessImplementation.createOwnedThreadGroupSubcomponent()
          Creates a new ThreadGroupSubcomponent and appends it to the 'Owned Thread Group Subcomponent' containment reference list
 ThreadGroupSubcomponent AbstractImplementation.createOwnedThreadGroupSubcomponent()
          Creates a new ThreadGroupSubcomponent and appends it to the 'Owned Thread Group Subcomponent' containment reference list
 ThreadGroupSubcomponent Aadl2Factory.createThreadGroupSubcomponent()
          Returns a new object of class 'Thread Group Subcomponent'
 

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

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement ThreadGroupSubcomponent
 class ThreadGroupSubcomponentImpl
          An implementation of the model object 'Thread Group Subcomponent'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return ThreadGroupSubcomponent
 ThreadGroupSubcomponent ProcessImplementationImpl.createOwnedThreadGroupSubcomponent()
           
 ThreadGroupSubcomponent AbstractImplementationImpl.createOwnedThreadGroupSubcomponent()
           
 ThreadGroupSubcomponent ThreadGroupImplementationImpl.createOwnedThreadGroupSubcomponent()
           
 ThreadGroupSubcomponent Aadl2FactoryImpl.createThreadGroupSubcomponent()
           
 

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

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

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