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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return SubprogramSubcomponent
 SubprogramSubcomponent ThreadImplementation.createOwnedSubprogramSubcomponent()
          Creates a new SubprogramSubcomponent and appends it to the 'Owned Subprogram Subcomponent' containment reference list
 SubprogramSubcomponent SubprogramGroupImplementation.createOwnedSubprogramSubcomponent()
          Creates a new SubprogramSubcomponent and appends it to the 'Owned Subprogram Subcomponent' containment reference list
 SubprogramSubcomponent ThreadGroupImplementation.createOwnedSubprogramSubcomponent()
          Creates a new SubprogramSubcomponent and appends it to the 'Owned Subprogram Subcomponent' containment reference list
 SubprogramSubcomponent DataImplementation.createOwnedSubprogramSubcomponent()
          Creates a new SubprogramSubcomponent and appends it to the 'Owned Subprogram Subcomponent' containment reference list
 SubprogramSubcomponent ProcessImplementation.createOwnedSubprogramSubcomponent()
          Creates a new SubprogramSubcomponent and appends it to the 'Owned Subprogram Subcomponent' containment reference list
 SubprogramSubcomponent SystemImplementation.createOwnedSubprogramSubcomponent()
          Creates a new SubprogramSubcomponent and appends it to the 'Owned Subprogram Subcomponent' containment reference list
 SubprogramSubcomponent AbstractImplementation.createOwnedSubprogramSubcomponent()
          Creates a new SubprogramSubcomponent and appends it to the 'Owned Subprogram Subcomponent' containment reference list
 SubprogramSubcomponent Aadl2Factory.createSubprogramSubcomponent()
          Returns a new object of class 'Subprogram Subcomponent'
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type SubprogramSubcomponent
 org.eclipse.emf.common.util.EList<SubprogramSubcomponent> ThreadImplementation.getOwnedSubprogramSubcomponents()
          Returns the value of the 'Owned Subprogram Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<SubprogramSubcomponent> SubprogramGroupImplementation.getOwnedSubprogramSubcomponents()
          Returns the value of the 'Owned Subprogram Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<SubprogramSubcomponent> ThreadGroupImplementation.getOwnedSubprogramSubcomponents()
          Returns the value of the 'Owned Subprogram Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<SubprogramSubcomponent> DataImplementation.getOwnedSubprogramSubcomponents()
          Returns the value of the 'Owned Subprogram Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<SubprogramSubcomponent> ProcessImplementation.getOwnedSubprogramSubcomponents()
          Returns the value of the 'Owned Subprogram Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<SubprogramSubcomponent> SystemImplementation.getOwnedSubprogramSubcomponents()
          Returns the value of the 'Owned Subprogram Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<SubprogramSubcomponent> AbstractImplementation.getOwnedSubprogramSubcomponents()
          Returns the value of the 'Owned Subprogram Subcomponent' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement SubprogramSubcomponent
 class SubprogramSubcomponentImpl
          An implementation of the model object 'Subprogram Subcomponent'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return SubprogramSubcomponent
 SubprogramSubcomponent ProcessImplementationImpl.createOwnedSubprogramSubcomponent()
           
 SubprogramSubcomponent AbstractImplementationImpl.createOwnedSubprogramSubcomponent()
           
 SubprogramSubcomponent ThreadImplementationImpl.createOwnedSubprogramSubcomponent()
           
 SubprogramSubcomponent ThreadGroupImplementationImpl.createOwnedSubprogramSubcomponent()
           
 SubprogramSubcomponent SubprogramGroupImplementationImpl.createOwnedSubprogramSubcomponent()
           
 SubprogramSubcomponent DataImplementationImpl.createOwnedSubprogramSubcomponent()
           
 SubprogramSubcomponent SystemImplementationImpl.createOwnedSubprogramSubcomponent()
           
 SubprogramSubcomponent Aadl2FactoryImpl.createSubprogramSubcomponent()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type SubprogramSubcomponent
 org.eclipse.emf.common.util.EList<SubprogramSubcomponent> ProcessImplementationImpl.getOwnedSubprogramSubcomponents()
           
 org.eclipse.emf.common.util.EList<SubprogramSubcomponent> AbstractImplementationImpl.getOwnedSubprogramSubcomponents()
           
 org.eclipse.emf.common.util.EList<SubprogramSubcomponent> ThreadImplementationImpl.getOwnedSubprogramSubcomponents()
           
 org.eclipse.emf.common.util.EList<SubprogramSubcomponent> ThreadGroupImplementationImpl.getOwnedSubprogramSubcomponents()
           
 org.eclipse.emf.common.util.EList<SubprogramSubcomponent> SubprogramGroupImplementationImpl.getOwnedSubprogramSubcomponents()
           
 org.eclipse.emf.common.util.EList<SubprogramSubcomponent> DataImplementationImpl.getOwnedSubprogramSubcomponents()
           
 org.eclipse.emf.common.util.EList<SubprogramSubcomponent> SystemImplementationImpl.getOwnedSubprogramSubcomponents()
           
 

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

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