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

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

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

Subinterfaces of ThreadClassifier in edu.cmu.sei.aadl.model.component
 interface ThreadImpl
          A representation of the model object 'Thread Impl'
 interface ThreadType
          A representation of the model object 'Thread Type'
 

Methods in edu.cmu.sei.aadl.model.component that return ThreadClassifier
 ThreadClassifier ComponentFactory.createThreadClassifier()
          Returns a new object of class 'Thread Classifier'
 ThreadClassifier ThreadSubcomponent.getClassifier()
          Returns the value of the 'Classifier' reference
 

Methods in edu.cmu.sei.aadl.model.component with parameters of type ThreadClassifier
 void ThreadSubcomponent.setClassifier(ThreadClassifier value)
          Sets the value of the 'Classifier' reference
 

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

Classes in edu.cmu.sei.aadl.model.component.impl that implement ThreadClassifier
 class ThreadClassifierImpl
          An implementation of the model object 'Thread Classifier'
 class ThreadImplImpl
          An implementation of the model object 'Thread Impl'
 class ThreadTypeImpl
          An implementation of the model object 'Thread Type'
 

Fields in edu.cmu.sei.aadl.model.component.impl declared as ThreadClassifier
protected  ThreadClassifier ThreadSubcomponentImpl.classifier
          The cached value of the 'Classifier' reference
 

Methods in edu.cmu.sei.aadl.model.component.impl that return ThreadClassifier
 ThreadClassifier ThreadSubcomponentImpl.basicGetClassifier()
           
 ThreadClassifier ComponentFactoryImpl.createThreadClassifier()
           
 ThreadClassifier ThreadSubcomponentImpl.getClassifier()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type ThreadClassifier
 void ThreadSubcomponentImpl.setClassifier(ThreadClassifier newClassifier)
          phf: we want an add version for EList
 

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

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