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

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

Methods in edu.cmu.sei.aadl.model.component that return SubprogramSubcomponent
 SubprogramSubcomponent ComponentFactory.createSubprogramSubcomponent()
          Returns a new object of class 'Subprogram Subcomponent'
 

Methods in edu.cmu.sei.aadl.model.component with parameters of type SubprogramSubcomponent
 void CallSequence.addCall(SubprogramSubcomponent value)
          Adds to the list the value of the 'Call' containment reference list
 

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

Classes in edu.cmu.sei.aadl.model.component.impl that implement SubprogramSubcomponent
 class SubprogramSubcomponentImpl
          An implementation of the model object 'Subprogram Subcomponent'
 

Methods in edu.cmu.sei.aadl.model.component.impl that return SubprogramSubcomponent
 SubprogramSubcomponent ComponentFactoryImpl.createSubprogramSubcomponent()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type SubprogramSubcomponent
 void CallSequenceImpl.addCall(SubprogramSubcomponent newCall)
          phf: add element to multiplicity EList
 

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

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

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

Methods in edu.cmu.sei.aadl.model.core that return SubprogramSubcomponent
 SubprogramSubcomponent ComponentImpl.findSubprogram(java.lang.String name)
          Find subprogram in calls section of a thread or subprogram implementaton.
 

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

Methods in edu.cmu.sei.aadl.model.core.impl that return SubprogramSubcomponent
 SubprogramSubcomponent ComponentImplImpl.findSubprogram(java.lang.String name)