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

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

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

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

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

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

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

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