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

Packages that use SubprogramType
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 SubprogramType in edu.cmu.sei.aadl.model.component
 

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

Methods in edu.cmu.sei.aadl.model.component with parameters of type SubprogramType
 void SubprogramImpl.setCompType(SubprogramType value)
          Sets the value of the 'Comp Type' reference
 void SubprogramType.setExtend(SubprogramType value)
          Sets the value of the 'Extend' reference
 

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

Classes in edu.cmu.sei.aadl.model.component.impl that implement SubprogramType
 class SubprogramTypeImpl
          An implementation of the model object 'Subprogram Type'
 

Fields in edu.cmu.sei.aadl.model.component.impl declared as SubprogramType
protected  SubprogramType SubprogramImplImpl.compType
          The cached value of the 'Comp Type' reference
protected  SubprogramType SubprogramTypeImpl.extend
          The cached value of the 'Extend' reference
 

Methods in edu.cmu.sei.aadl.model.component.impl that return SubprogramType
 SubprogramType SubprogramImplImpl.basicGetCompType()
           
 SubprogramType SubprogramTypeImpl.basicGetExtend()
           
 SubprogramType ComponentFactoryImpl.createSubprogramType()
           
 SubprogramType SubprogramImplImpl.getCompType()
           
 SubprogramType SubprogramTypeImpl.getExtend()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type SubprogramType
 org.eclipse.emf.common.notify.NotificationChain SubprogramImplImpl.basicSetCompType(SubprogramType newCompType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SubprogramImplImpl.setCompType(SubprogramType newCompType)
          phf: we want an add version for EList
 void SubprogramTypeImpl.setExtend(SubprogramType newExtend)
           
 

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

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

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

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

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

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