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

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

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

Methods in edu.cmu.sei.aadl.model.component that return ThreadGroupSubcomponent
 ThreadGroupSubcomponent ComponentFactory.createThreadGroupSubcomponent()
          Returns a new object of class 'Thread Group Subcomponent'
 ThreadGroupSubcomponent ThreadGroupSubcomponent.getRefines()
          Returns the value of the 'Refines' reference
 

Methods in edu.cmu.sei.aadl.model.component with parameters of type ThreadGroupSubcomponent
 void ThreadGroupSubcomponents.addThreadGroupSubcomponent(ThreadGroupSubcomponent value)
          Adds to the list the value of the 'Thread Group Subcomponent' containment reference list
 void ProcessSubcomponents.addThreadGroupSubcomponent(ThreadGroupSubcomponent value)
          Adds to the list the value of the 'Thread Group Subcomponent' containment reference list
 void ThreadGroupSubcomponent.setRefines(ThreadGroupSubcomponent value)
          Sets the value of the 'Refines' reference
 

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

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

Fields in edu.cmu.sei.aadl.model.component.impl declared as ThreadGroupSubcomponent
protected  ThreadGroupSubcomponent ThreadGroupSubcomponentImpl.refines
          The cached value of the 'Refines' reference
 

Methods in edu.cmu.sei.aadl.model.component.impl that return ThreadGroupSubcomponent
 ThreadGroupSubcomponent ThreadGroupSubcomponentImpl.basicGetRefines()
           
 ThreadGroupSubcomponent ComponentFactoryImpl.createThreadGroupSubcomponent()
           
 ThreadGroupSubcomponent ThreadGroupSubcomponentImpl.getRefines()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type ThreadGroupSubcomponent
 void ThreadGroupSubcomponentsImpl.addThreadGroupSubcomponent(ThreadGroupSubcomponent newThreadGroupSubcomponent)
          phf: add element to multiplicity EList
 void ProcessSubcomponentsImpl.addThreadGroupSubcomponent(ThreadGroupSubcomponent newThreadGroupSubcomponent)
          phf: add element to multiplicity EList
 void ThreadGroupSubcomponentImpl.setRefines(ThreadGroupSubcomponent newRefines)
          phf: we want an add version for EList
 

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

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