Uses of Interface
edu.cmu.sei.aadl.model.feature.ThreadGroupFeatures

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

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

Methods in edu.cmu.sei.aadl.model.component that return ThreadGroupFeatures
 ThreadGroupFeatures ThreadGroupType.getFeatures()
          Returns the value of the 'Features' containment reference
 

Methods in edu.cmu.sei.aadl.model.component with parameters of type ThreadGroupFeatures
 void ThreadGroupType.setFeatures(ThreadGroupFeatures value)
          Sets the value of the 'Features' containment reference
 

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

Fields in edu.cmu.sei.aadl.model.component.impl declared as ThreadGroupFeatures
protected  ThreadGroupFeatures ThreadGroupTypeImpl.features
          The cached value of the 'Features' containment reference
 

Methods in edu.cmu.sei.aadl.model.component.impl that return ThreadGroupFeatures
 ThreadGroupFeatures ThreadGroupTypeImpl.getFeatures()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type ThreadGroupFeatures
 org.eclipse.emf.common.notify.NotificationChain ThreadGroupTypeImpl.basicSetFeatures(ThreadGroupFeatures newFeatures, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ThreadGroupTypeImpl.setFeatures(ThreadGroupFeatures newFeatures)
          phf: we want an add version for EList
 

Uses of ThreadGroupFeatures in edu.cmu.sei.aadl.model.feature
 

Methods in edu.cmu.sei.aadl.model.feature that return ThreadGroupFeatures
 ThreadGroupFeatures FeatureFactory.createThreadGroupFeatures()
          Returns a new object of class 'Thread Group Features'
 

Uses of ThreadGroupFeatures in edu.cmu.sei.aadl.model.feature.impl
 

Classes in edu.cmu.sei.aadl.model.feature.impl that implement ThreadGroupFeatures
 class ThreadGroupFeaturesImpl
          An implementation of the model object 'Thread Group Features'
 

Methods in edu.cmu.sei.aadl.model.feature.impl that return ThreadGroupFeatures
 ThreadGroupFeatures FeatureFactoryImpl.createThreadGroupFeatures()
           
 

Uses of ThreadGroupFeatures in edu.cmu.sei.aadl.model.feature.util
 

Methods in edu.cmu.sei.aadl.model.feature.util with parameters of type ThreadGroupFeatures
 java.lang.Object FeatureSwitch.caseThreadGroupFeatures(ThreadGroupFeatures object)
          Returns the result of interpretting the object as an instance of 'Thread Group Features'