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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return SubprogramCall
 SubprogramCall Aadl2Factory.createSubprogramCall()
          Returns a new object of class 'Subprogram Call'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement SubprogramCall
 class SubprogramCallImpl
          An implementation of the model object 'Subprogram Call'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return SubprogramCall
 SubprogramCall Aadl2FactoryImpl.createSubprogramCall()
           
 

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

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