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

Packages that use ThreadType
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 ThreadType in edu.cmu.sei.aadl.model.component
 

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

Methods in edu.cmu.sei.aadl.model.component with parameters of type ThreadType
 void ThreadImpl.setCompType(ThreadType value)
          Sets the value of the 'Comp Type' reference
 void ThreadType.setExtend(ThreadType value)
          Sets the value of the 'Extend' reference
 

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

Classes in edu.cmu.sei.aadl.model.component.impl that implement ThreadType
 class ThreadTypeImpl
          An implementation of the model object 'Thread Type'
 

Fields in edu.cmu.sei.aadl.model.component.impl declared as ThreadType
protected  ThreadType ThreadImplImpl.compType
          The cached value of the 'Comp Type' reference
protected  ThreadType ThreadTypeImpl.extend
          The cached value of the 'Extend' reference
 

Methods in edu.cmu.sei.aadl.model.component.impl that return ThreadType
 ThreadType ThreadImplImpl.basicGetCompType()
           
 ThreadType ThreadTypeImpl.basicGetExtend()
           
 ThreadType ComponentFactoryImpl.createThreadType()
           
 ThreadType ThreadImplImpl.getCompType()
           
 ThreadType ThreadTypeImpl.getExtend()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type ThreadType
 org.eclipse.emf.common.notify.NotificationChain ThreadImplImpl.basicSetCompType(ThreadType newCompType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ThreadImplImpl.setCompType(ThreadType newCompType)
          phf: we want an add version for EList
 void ThreadTypeImpl.setExtend(ThreadType newExtend)
           
 

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

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

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

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

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

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