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

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

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

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

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

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

Classes in edu.cmu.sei.aadl.model.component.impl that implement DeviceSubcomponent
 class DeviceSubcomponentImpl
          An implementation of the model object 'Device Subcomponent'
 

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

Methods in edu.cmu.sei.aadl.model.component.impl that return DeviceSubcomponent
 DeviceSubcomponent DeviceSubcomponentImpl.basicGetRefines()
           
 DeviceSubcomponent ComponentFactoryImpl.createDeviceSubcomponent()
           
 DeviceSubcomponent DeviceSubcomponentImpl.getRefines()
           
 

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

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

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