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

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

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

Subinterfaces of ThreadGroupClassifier in edu.cmu.sei.aadl.model.component
 interface ThreadGroupImpl
          A representation of the model object 'Thread Group Impl'
 interface ThreadGroupType
          A representation of the model object 'Thread Group Type'
 

Methods in edu.cmu.sei.aadl.model.component that return ThreadGroupClassifier
 ThreadGroupClassifier ComponentFactory.createThreadGroupClassifier()
          Returns a new object of class 'Thread Group Classifier'
 ThreadGroupClassifier ThreadGroupSubcomponent.getClassifier()
          Returns the value of the 'Classifier' reference
 

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

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

Classes in edu.cmu.sei.aadl.model.component.impl that implement ThreadGroupClassifier
 class ThreadGroupClassifierImpl
          An implementation of the model object 'Thread Group Classifier'
 class ThreadGroupImplImpl
          An implementation of the model object 'Thread Group Impl'
 class ThreadGroupTypeImpl
          An implementation of the model object 'Thread Group Type'
 

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

Methods in edu.cmu.sei.aadl.model.component.impl that return ThreadGroupClassifier
 ThreadGroupClassifier ThreadGroupSubcomponentImpl.basicGetClassifier()
           
 ThreadGroupClassifier ComponentFactoryImpl.createThreadGroupClassifier()
           
 ThreadGroupClassifier ThreadGroupSubcomponentImpl.getClassifier()
           
 

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

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

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