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

Packages that use SystemSubcomponent
edu.cmu.sei.aadl.model.component   
edu.cmu.sei.aadl.model.component.impl   
edu.cmu.sei.aadl.model.component.util   
 

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

Methods in edu.cmu.sei.aadl.model.component that return SystemSubcomponent
 SystemSubcomponent ComponentFactory.createSystemSubcomponent()
          Returns a new object of class 'System Subcomponent'
 SystemSubcomponent SystemSubcomponent.getRefines()
          Returns the value of the 'Refines' reference
 

Methods in edu.cmu.sei.aadl.model.component with parameters of type SystemSubcomponent
 void SystemSubcomponents.addSystemSubcomponent(SystemSubcomponent value)
          Adds to the list the value of the 'System Subcomponent' containment reference list
 void SystemSubcomponent.setRefines(SystemSubcomponent value)
          Sets the value of the 'Refines' reference
 

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

Classes in edu.cmu.sei.aadl.model.component.impl that implement SystemSubcomponent
 class SystemSubcomponentImpl
          An implementation of the model object 'System Subcomponent'
 

Fields in edu.cmu.sei.aadl.model.component.impl declared as SystemSubcomponent
protected  SystemSubcomponent SystemSubcomponentImpl.refines
          The cached value of the 'Refines' reference
 

Methods in edu.cmu.sei.aadl.model.component.impl that return SystemSubcomponent
 SystemSubcomponent SystemSubcomponentImpl.basicGetRefines()
           
 SystemSubcomponent ComponentFactoryImpl.createSystemSubcomponent()
           
 SystemSubcomponent SystemSubcomponentImpl.getRefines()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type SystemSubcomponent
 void SystemSubcomponentsImpl.addSystemSubcomponent(SystemSubcomponent newSystemSubcomponent)
          phf: add element to multiplicity EList
 void SystemSubcomponentImpl.setRefines(SystemSubcomponent newRefines)
          phf: we want an add version for EList
 

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

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