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

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

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

Subinterfaces of CalledSubprogram in edu.cmu.sei.aadl.aadl2
 interface Subprogram
          A representation of the model object 'Subprogram'
 interface SubprogramAccess
          A representation of the model object 'Subprogram Access'
 interface SubprogramClassifier
          A representation of the model object 'Subprogram Classifier'
 interface SubprogramImplementation
          A representation of the model object 'Subprogram Implementation'
 interface SubprogramSubcomponent
          A representation of the model object 'Subprogram Subcomponent'
 interface SubprogramType
          A representation of the model object 'Subprogram Type'
 

Methods in edu.cmu.sei.aadl.aadl2 that return CalledSubprogram
 CalledSubprogram SubprogramCall.getCalledSubprogram()
          Returns the value of the 'Called Subprogram' reference
 

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type CalledSubprogram
 void SubprogramCall.setCalledSubprogram(CalledSubprogram value)
          Sets the value of the 'Called Subprogram' reference
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement CalledSubprogram
 class CalledSubprogramImpl
          An implementation of the model object 'Called Subprogram'
 class SubprogramAccessImpl
          An implementation of the model object 'Subprogram Access'
 class SubprogramClassifierImpl
          An implementation of the model object 'Subprogram Classifier'
 class SubprogramImpl
          An implementation of the model object 'Subprogram'
 class SubprogramImplementationImpl
          An implementation of the model object 'Subprogram Implementation'
 class SubprogramSubcomponentImpl
          An implementation of the model object 'Subprogram Subcomponent'
 class SubprogramTypeImpl
          An implementation of the model object 'Subprogram Type'
 

Fields in edu.cmu.sei.aadl.aadl2.impl declared as CalledSubprogram
protected  CalledSubprogram SubprogramCallImpl.calledSubprogram
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return CalledSubprogram
 CalledSubprogram SubprogramCallImpl.basicGetCalledSubprogram()
           
 CalledSubprogram SubprogramCallImpl.getCalledSubprogram()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type CalledSubprogram
 void SubprogramCallImpl.setCalledSubprogram(CalledSubprogram newCalledSubprogram)
           
 

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

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