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

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

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

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

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

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

Methods in edu.cmu.sei.aadl.model.component.impl that return ThreadFeatures
 ThreadFeatures ThreadTypeImpl.getFeatures()
           
 

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

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

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

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

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

Methods in edu.cmu.sei.aadl.model.feature.impl that return ThreadFeatures
 ThreadFeatures FeatureFactoryImpl.createThreadFeatures()
           
 

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

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