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

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

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

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

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

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

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

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

Methods in edu.cmu.sei.aadl.model.component.impl that return ThreadSubcomponents
 ThreadSubcomponents ComponentFactoryImpl.createThreadSubcomponents()
           
 ThreadSubcomponents ThreadImplImpl.getSubcomponents()
           
 

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

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

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