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

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

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

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

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

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

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

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

Methods in edu.cmu.sei.aadl.model.component.impl that return ThreadSubcomponent
 ThreadSubcomponent ThreadSubcomponentImpl.basicGetRefines()
           
 ThreadSubcomponent ComponentFactoryImpl.createThreadSubcomponent()
           
 ThreadSubcomponent ThreadSubcomponentImpl.getRefines()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type ThreadSubcomponent
 void ThreadGroupSubcomponentsImpl.addThreadSubcomponent(ThreadSubcomponent newThreadSubcomponent)
          phf: add element to multiplicity EList
 void ProcessSubcomponentsImpl.addThreadSubcomponent(ThreadSubcomponent newThreadSubcomponent)
          phf: add element to multiplicity EList
 void DeviceSubcomponentsImpl.addThreadSubcomponent(ThreadSubcomponent newThreadSubcomponent)
          phf: add element to multiplicity EList
 void ThreadSubcomponentImpl.setRefines(ThreadSubcomponent newRefines)
          phf: we want an add version for EList
 

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

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