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

Packages that use ThreadImpl
edu.cmu.sei.aadl.model.component   
edu.cmu.sei.aadl.model.component.impl   
edu.cmu.sei.aadl.model.component.util   
edu.cmu.sei.aadl.model.core   
edu.cmu.sei.aadl.model.core.impl This package contains interfaces and classes that represent the abstract component objects as well as the pacakge concepts. 
 

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

Methods in edu.cmu.sei.aadl.model.component that return ThreadImpl
 ThreadImpl ComponentFactory.createThreadImpl()
          Returns a new object of class 'Thread Impl'
 ThreadImpl ThreadImpl.getExtend()
          Returns the value of the 'Extend' reference
 

Methods in edu.cmu.sei.aadl.model.component with parameters of type ThreadImpl
 void ThreadType.addImplementations(ThreadImpl value)
          Adds to the list the value of the 'Implementations' reference list
 void ThreadImpl.setExtend(ThreadImpl value)
          Sets the value of the 'Extend' reference
 

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

Classes in edu.cmu.sei.aadl.model.component.impl that implement ThreadImpl
 class ThreadImplImpl
          An implementation of the model object 'Thread Impl'
 

Fields in edu.cmu.sei.aadl.model.component.impl declared as ThreadImpl
protected  ThreadImpl ThreadImplImpl.extend
          The cached value of the 'Extend' reference
 

Methods in edu.cmu.sei.aadl.model.component.impl that return ThreadImpl
 ThreadImpl ThreadImplImpl.basicGetExtend()
           
 ThreadImpl ComponentFactoryImpl.createThreadImpl()
           
 ThreadImpl ThreadImplImpl.getExtend()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type ThreadImpl
 void ThreadTypeImpl.addImplementations(ThreadImpl newImplementations)
          phf: add element to multiplicity EList
 void ThreadImplImpl.setExtend(ThreadImpl newExtend)
           
 

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

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

Uses of ThreadImpl in edu.cmu.sei.aadl.model.core
 

Methods in edu.cmu.sei.aadl.model.core with parameters of type ThreadImpl
 void AadlSpec.addThreadImpl(ThreadImpl value)
          Adds to the list the value of the 'Thread Impl' containment reference list
 void AadlPackageSection.addThreadImpl(ThreadImpl value)
          Adds to the list the value of the 'Thread Impl' containment reference list
 

Uses of ThreadImpl in edu.cmu.sei.aadl.model.core.impl
 

Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type ThreadImpl
 void AadlSpecImpl.addThreadImpl(ThreadImpl newThreadImpl)
          phf: add element to multiplicity EList
 void AadlPackageSectionImpl.addThreadImpl(ThreadImpl newThreadImpl)
          phf: add element to multiplicity EList