Uses of Interface
edu.cmu.sei.aadl.aadl2.DeviceSubcomponent

Packages that use DeviceSubcomponent
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
 

Uses of DeviceSubcomponent in edu.cmu.sei.aadl.aadl2
 

Methods in edu.cmu.sei.aadl.aadl2 that return DeviceSubcomponent
 DeviceSubcomponent Aadl2Factory.createDeviceSubcomponent()
          Returns a new object of class 'Device Subcomponent'
 DeviceSubcomponent SystemImplementation.createOwnedDeviceSubcomponent()
          Creates a new DeviceSubcomponent and appends it to the 'Owned Device Subcomponent' containment reference list
 DeviceSubcomponent AbstractImplementation.createOwnedDeviceSubcomponent()
          Creates a new DeviceSubcomponent and appends it to the 'Owned Device Subcomponent' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type DeviceSubcomponent
 org.eclipse.emf.common.util.EList<DeviceSubcomponent> SystemImplementation.getOwnedDeviceSubcomponents()
          Returns the value of the 'Owned Device Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<DeviceSubcomponent> AbstractImplementation.getOwnedDeviceSubcomponents()
          Returns the value of the 'Owned Device Subcomponent' containment reference list.
 

Uses of DeviceSubcomponent in edu.cmu.sei.aadl.aadl2.impl
 

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

Methods in edu.cmu.sei.aadl.aadl2.impl that return DeviceSubcomponent
 DeviceSubcomponent Aadl2FactoryImpl.createDeviceSubcomponent()
           
 DeviceSubcomponent AbstractImplementationImpl.createOwnedDeviceSubcomponent()
           
 DeviceSubcomponent SystemImplementationImpl.createOwnedDeviceSubcomponent()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type DeviceSubcomponent
 org.eclipse.emf.common.util.EList<DeviceSubcomponent> AbstractImplementationImpl.getOwnedDeviceSubcomponents()
           
 org.eclipse.emf.common.util.EList<DeviceSubcomponent> SystemImplementationImpl.getOwnedDeviceSubcomponents()
           
 

Uses of DeviceSubcomponent in edu.cmu.sei.aadl.aadl2.util
 

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type DeviceSubcomponent
 T Aadl2Switch.caseDeviceSubcomponent(DeviceSubcomponent object)
          Returns the result of interpreting the object as an instance of 'Device Subcomponent'
 boolean Aadl2Validator.validateDeviceSubcomponent(DeviceSubcomponent deviceSubcomponent, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)