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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return SubprogramImplementation
 SubprogramImplementation PackageSection.createOwnedSubprogramImplementation()
          Creates a new SubprogramImplementation and appends it to the 'Owned Subprogram Implementation' containment reference list
 SubprogramImplementation Aadl2Factory.createSubprogramImplementation()
          Returns a new object of class 'Subprogram Implementation'
 

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

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement SubprogramImplementation
 class SubprogramImplementationImpl
          An implementation of the model object 'Subprogram Implementation'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return SubprogramImplementation
 SubprogramImplementation PackageSectionImpl.createOwnedSubprogramImplementation()
           
 SubprogramImplementation Aadl2FactoryImpl.createSubprogramImplementation()
           
 

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

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

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