Uses of Interface
edu.cmu.sei.aadl.model.component.ThreadGroupSubcomponents

Packages that use ThreadGroupSubcomponents
edu.cmu.sei.aadl.model.component   
edu.cmu.sei.aadl.model.component.impl   
edu.cmu.sei.aadl.model.component.util   
 

Uses of ThreadGroupSubcomponents in edu.cmu.sei.aadl.model.component
 

Methods in edu.cmu.sei.aadl.model.component that return ThreadGroupSubcomponents
 ThreadGroupSubcomponents ComponentFactory.createThreadGroupSubcomponents()
          Returns a new object of class 'Thread Group Subcomponents'
 ThreadGroupSubcomponents ThreadGroupImpl.getSubcomponents()
          Returns the value of the 'Subcomponents' containment reference
 

Methods in edu.cmu.sei.aadl.model.component with parameters of type ThreadGroupSubcomponents
 void ThreadGroupImpl.setSubcomponents(ThreadGroupSubcomponents value)
          Sets the value of the 'Subcomponents' containment reference
 

Uses of ThreadGroupSubcomponents in edu.cmu.sei.aadl.model.component.impl
 

Classes in edu.cmu.sei.aadl.model.component.impl that implement ThreadGroupSubcomponents
 class ThreadGroupSubcomponentsImpl
          An implementation of the model object 'Thread Group Subcomponents'
 

Fields in edu.cmu.sei.aadl.model.component.impl declared as ThreadGroupSubcomponents
protected  ThreadGroupSubcomponents ThreadGroupImplImpl.subcomponents
          The cached value of the 'Subcomponents' containment reference
 

Methods in edu.cmu.sei.aadl.model.component.impl that return ThreadGroupSubcomponents
 ThreadGroupSubcomponents ComponentFactoryImpl.createThreadGroupSubcomponents()
           
 ThreadGroupSubcomponents ThreadGroupImplImpl.getSubcomponents()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type ThreadGroupSubcomponents
 org.eclipse.emf.common.notify.NotificationChain ThreadGroupImplImpl.basicSetSubcomponents(ThreadGroupSubcomponents newSubcomponents, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ThreadGroupImplImpl.setSubcomponents(ThreadGroupSubcomponents newSubcomponents)
           
 

Uses of ThreadGroupSubcomponents in edu.cmu.sei.aadl.model.component.util
 

Methods in edu.cmu.sei.aadl.model.component.util with parameters of type ThreadGroupSubcomponents
 java.lang.Object ComponentSwitch.caseThreadGroupSubcomponents(ThreadGroupSubcomponents object)
          Returns the result of interpretting the object as an instance of 'Thread Group Subcomponents'