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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return ThreadGroupType
 ThreadGroupType PackageSection.createOwnedThreadGroupType()
          Creates a new ThreadGroupType and appends it to the 'Owned Thread Group Type' containment reference list
 ThreadGroupType Aadl2Factory.createThreadGroupType()
          Returns a new object of class 'Thread Group Type'
 ThreadGroupType ThreadGroupImplementation.getType()
          Returns the value of the 'Type' reference.
 

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

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

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

Methods in edu.cmu.sei.aadl.aadl2.impl that return ThreadGroupType
 ThreadGroupType ThreadGroupImplementationImpl.basicGetType()
           
 ThreadGroupType PackageSectionImpl.createOwnedThreadGroupType()
           
 ThreadGroupType Aadl2FactoryImpl.createThreadGroupType()
           
 ThreadGroupType ThreadGroupImplementationImpl.getType()
           
 

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

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

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