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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return ThreadType
 ThreadType PackageSection.createOwnedThreadType()
          Creates a new ThreadType and appends it to the 'Owned Thread Type' containment reference list
 ThreadType Aadl2Factory.createThreadType()
          Returns a new object of class 'Thread Type'
 ThreadType ThreadImplementation.getType()
          Returns the value of the 'Type' reference.
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type ThreadType
 org.eclipse.emf.common.util.EList<ThreadType> PackageSection.getOwnedThreadTypes()
          Returns the value of the 'Owned Thread Type' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement ThreadType
 class ThreadTypeImpl
          An implementation of the model object 'Thread Type'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return ThreadType
 ThreadType ThreadImplementationImpl.basicGetType()
           
 ThreadType PackageSectionImpl.createOwnedThreadType()
           
 ThreadType Aadl2FactoryImpl.createThreadType()
           
 ThreadType ThreadImplementationImpl.getType()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type ThreadType
 org.eclipse.emf.common.util.EList<ThreadType> PackageSectionImpl.getOwnedThreadTypes()
           
 

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

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