Uses of Interface
edu.cmu.sei.aadl.aadl2.ThreadGroupClassifier

Packages that use ThreadGroupClassifier
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
 

Uses of ThreadGroupClassifier in edu.cmu.sei.aadl.aadl2
 

Subinterfaces of ThreadGroupClassifier in edu.cmu.sei.aadl.aadl2
 interface ThreadGroupImplementation
          A representation of the model object 'Thread Group Implementation'
 interface ThreadGroupType
          A representation of the model object 'Thread Group Type'
 

Methods in edu.cmu.sei.aadl.aadl2 that return ThreadGroupClassifier
 ThreadGroupClassifier ThreadGroupSubcomponent.getThreadGroupClassifier()
          Returns the value of the 'Thread Group Classifier' reference.
 

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type ThreadGroupClassifier
 void ThreadGroupSubcomponent.setThreadGroupClassifier(ThreadGroupClassifier value)
          Sets the value of the 'Thread Group Classifier' reference
 

Uses of ThreadGroupClassifier in edu.cmu.sei.aadl.aadl2.impl
 

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

Methods in edu.cmu.sei.aadl.aadl2.impl that return ThreadGroupClassifier
 ThreadGroupClassifier ThreadGroupSubcomponentImpl.basicGetThreadGroupClassifier()
           
 ThreadGroupClassifier ThreadGroupSubcomponentImpl.getThreadGroupClassifier()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type ThreadGroupClassifier
 void ThreadGroupSubcomponentImpl.setThreadGroupClassifier(ThreadGroupClassifier newThreadGroupClassifier)
           
 

Uses of ThreadGroupClassifier in edu.cmu.sei.aadl.aadl2.util
 

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type ThreadGroupClassifier
 T Aadl2Switch.caseThreadGroupClassifier(ThreadGroupClassifier object)
          Returns the result of interpreting the object as an instance of 'Thread Group Classifier'
 boolean Aadl2Validator.validateThreadGroupClassifier(ThreadGroupClassifier threadGroupClassifier, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)