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

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

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

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

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

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

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

Methods in edu.cmu.sei.aadl.model.component.impl that return ThreadGroupType
 ThreadGroupType ThreadGroupImplImpl.basicGetCompType()
           
 ThreadGroupType ThreadGroupTypeImpl.basicGetExtend()
           
 ThreadGroupType ComponentFactoryImpl.createThreadGroupType()
           
 ThreadGroupType ThreadGroupImplImpl.getCompType()
           
 ThreadGroupType ThreadGroupTypeImpl.getExtend()
           
 

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

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

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

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

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

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

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