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

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

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

Subinterfaces of Subprogram in edu.cmu.sei.aadl.aadl2
 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'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement Subprogram
 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'
 

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

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