Uses of Interface
edu.cmu.sei.aadl.model.component.SubprogramImpl

Packages that use SubprogramImpl
edu.cmu.sei.aadl.model.component   
edu.cmu.sei.aadl.model.component.impl   
edu.cmu.sei.aadl.model.component.util   
edu.cmu.sei.aadl.model.core   
edu.cmu.sei.aadl.model.core.impl This package contains interfaces and classes that represent the abstract component objects as well as the pacakge concepts. 
 

Uses of SubprogramImpl in edu.cmu.sei.aadl.model.component
 

Methods in edu.cmu.sei.aadl.model.component that return SubprogramImpl
 SubprogramImpl ComponentFactory.createSubprogramImpl()
          Returns a new object of class 'Subprogram Impl'
 SubprogramImpl SubprogramImpl.getExtend()
          Returns the value of the 'Extend' reference
 

Methods in edu.cmu.sei.aadl.model.component with parameters of type SubprogramImpl
 void SubprogramType.addImplementations(SubprogramImpl value)
          Adds to the list the value of the 'Implementations' reference list
 void SubprogramImpl.setExtend(SubprogramImpl value)
          Sets the value of the 'Extend' reference
 

Uses of SubprogramImpl in edu.cmu.sei.aadl.model.component.impl
 

Classes in edu.cmu.sei.aadl.model.component.impl that implement SubprogramImpl
 class SubprogramImplImpl
          An implementation of the model object 'Subprogram Impl'
 

Fields in edu.cmu.sei.aadl.model.component.impl declared as SubprogramImpl
protected  SubprogramImpl SubprogramImplImpl.extend
          The cached value of the 'Extend' reference
 

Methods in edu.cmu.sei.aadl.model.component.impl that return SubprogramImpl
 SubprogramImpl SubprogramImplImpl.basicGetExtend()
           
 SubprogramImpl ComponentFactoryImpl.createSubprogramImpl()
           
 SubprogramImpl SubprogramImplImpl.getExtend()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type SubprogramImpl
 void SubprogramTypeImpl.addImplementations(SubprogramImpl newImplementations)
          phf: add element to multiplicity EList
 void SubprogramImplImpl.setExtend(SubprogramImpl newExtend)
           
 

Uses of SubprogramImpl in edu.cmu.sei.aadl.model.component.util
 

Methods in edu.cmu.sei.aadl.model.component.util with parameters of type SubprogramImpl
 java.lang.Object ComponentSwitch.caseSubprogramImpl(SubprogramImpl object)
          Returns the result of interpretting the object as an instance of 'Subprogram Impl'
 

Uses of SubprogramImpl in edu.cmu.sei.aadl.model.core
 

Methods in edu.cmu.sei.aadl.model.core with parameters of type SubprogramImpl
 void AadlSpec.addSubprogramImpl(SubprogramImpl value)
          Adds to the list the value of the 'Subprogram Impl' containment reference list
 void AadlPackageSection.addSubprogramImpl(SubprogramImpl value)
          Adds to the list the value of the 'Subprogram Impl' containment reference list
 

Uses of SubprogramImpl in edu.cmu.sei.aadl.model.core.impl
 

Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type SubprogramImpl
 void AadlSpecImpl.addSubprogramImpl(SubprogramImpl newSubprogramImpl)
          phf: add element to multiplicity EList
 void AadlPackageSectionImpl.addSubprogramImpl(SubprogramImpl newSubprogramImpl)
          phf: add element to multiplicity EList