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

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

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

Methods in edu.cmu.sei.aadl.model.component that return DeviceSubcomponents
 DeviceSubcomponents ComponentFactory.createDeviceSubcomponents()
          Returns a new object of class 'Device Subcomponents'
 DeviceSubcomponents DeviceImpl.getSubcomponents()
          Returns the value of the 'Subcomponents' containment reference
 

Methods in edu.cmu.sei.aadl.model.component with parameters of type DeviceSubcomponents
 void DeviceImpl.setSubcomponents(DeviceSubcomponents value)
          Sets the value of the 'Subcomponents' containment reference
 

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

Classes in edu.cmu.sei.aadl.model.component.impl that implement DeviceSubcomponents
 class DeviceSubcomponentsImpl
          An implementation of the model object 'Device Subcomponents'
 

Fields in edu.cmu.sei.aadl.model.component.impl declared as DeviceSubcomponents
protected  DeviceSubcomponents DeviceImplImpl.subcomponents
          The cached value of the 'Subcomponents' containment reference
 

Methods in edu.cmu.sei.aadl.model.component.impl that return DeviceSubcomponents
 DeviceSubcomponents ComponentFactoryImpl.createDeviceSubcomponents()
           
 DeviceSubcomponents DeviceImplImpl.getSubcomponents()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type DeviceSubcomponents
 org.eclipse.emf.common.notify.NotificationChain DeviceImplImpl.basicSetSubcomponents(DeviceSubcomponents newSubcomponents, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DeviceImplImpl.setSubcomponents(DeviceSubcomponents newSubcomponents)
           
 

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

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