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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return SubprogramType
 SubprogramType PackageSection.createOwnedSubprogramType()
          Creates a new SubprogramType and appends it to the 'Owned Subprogram Type' containment reference list
 SubprogramType Aadl2Factory.createSubprogramType()
          Returns a new object of class 'Subprogram Type'
 SubprogramType SubprogramImplementation.getType()
          Returns the value of the 'Type' reference.
 

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

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement SubprogramType
 class SubprogramTypeImpl
          An implementation of the model object 'Subprogram Type'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return SubprogramType
 SubprogramType SubprogramImplementationImpl.basicGetType()
           
 SubprogramType PackageSectionImpl.createOwnedSubprogramType()
           
 SubprogramType Aadl2FactoryImpl.createSubprogramType()
           
 SubprogramType SubprogramImplementationImpl.getType()
           
 

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

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

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