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

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

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

Subinterfaces of Thread in edu.cmu.sei.aadl.aadl2
 interface ThreadClassifier
          A representation of the model object 'Thread Classifier'
 interface ThreadImplementation
          A representation of the model object 'Thread Implementation'
 interface ThreadSubcomponent
          A representation of the model object 'Thread Subcomponent'
 interface ThreadType
          A representation of the model object 'Thread Type'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement Thread
 class ThreadClassifierImpl
          An implementation of the model object 'Thread Classifier'
 class ThreadImpl
          An implementation of the model object 'Thread'
 class ThreadImplementationImpl
          An implementation of the model object 'Thread Implementation'
 class ThreadSubcomponentImpl
          An implementation of the model object 'Thread Subcomponent'
 class ThreadTypeImpl
          An implementation of the model object 'Thread Type'
 

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

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