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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return ThreadSubcomponent
 ThreadSubcomponent ThreadGroupImplementation.createOwnedThreadSubcomponent()
          Creates a new ThreadSubcomponent and appends it to the 'Owned Thread Subcomponent' containment reference list
 ThreadSubcomponent ProcessImplementation.createOwnedThreadSubcomponent()
          Creates a new ThreadSubcomponent and appends it to the 'Owned Thread Subcomponent' containment reference list
 ThreadSubcomponent AbstractImplementation.createOwnedThreadSubcomponent()
          Creates a new ThreadSubcomponent and appends it to the 'Owned Thread Subcomponent' containment reference list
 ThreadSubcomponent Aadl2Factory.createThreadSubcomponent()
          Returns a new object of class 'Thread Subcomponent'
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type ThreadSubcomponent
 org.eclipse.emf.common.util.EList<ThreadSubcomponent> ThreadGroupImplementation.getOwnedThreadSubcomponents()
          Returns the value of the 'Owned Thread Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<ThreadSubcomponent> ProcessImplementation.getOwnedThreadSubcomponents()
          Returns the value of the 'Owned Thread Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<ThreadSubcomponent> AbstractImplementation.getOwnedThreadSubcomponents()
          Returns the value of the 'Owned Thread Subcomponent' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement ThreadSubcomponent
 class ThreadSubcomponentImpl
          An implementation of the model object 'Thread Subcomponent'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return ThreadSubcomponent
 ThreadSubcomponent ProcessImplementationImpl.createOwnedThreadSubcomponent()
           
 ThreadSubcomponent AbstractImplementationImpl.createOwnedThreadSubcomponent()
           
 ThreadSubcomponent ThreadGroupImplementationImpl.createOwnedThreadSubcomponent()
           
 ThreadSubcomponent Aadl2FactoryImpl.createThreadSubcomponent()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type ThreadSubcomponent
 org.eclipse.emf.common.util.EList<ThreadSubcomponent> ProcessImplementationImpl.getOwnedThreadSubcomponents()
           
 org.eclipse.emf.common.util.EList<ThreadSubcomponent> AbstractImplementationImpl.getOwnedThreadSubcomponents()
           
 org.eclipse.emf.common.util.EList<ThreadSubcomponent> ThreadGroupImplementationImpl.getOwnedThreadSubcomponents()
           
 

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

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