Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DeviceSubcomponentImpl
An implementation of the model object 'Device Subcomponent'.
|
Modifier and Type | Method and Description |
---|---|
DeviceSubcomponent |
Aadl2FactoryImpl.createDeviceSubcomponent() |
DeviceSubcomponent |
SystemImplementationImpl.createOwnedDeviceSubcomponent() |
DeviceSubcomponent |
AbstractImplementationImpl.createOwnedDeviceSubcomponent() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<DeviceSubcomponent> |
SystemImplementationImpl.getOwnedDeviceSubcomponents() |
org.eclipse.emf.common.util.EList<DeviceSubcomponent> |
AbstractImplementationImpl.getOwnedDeviceSubcomponents() |
Modifier and Type | Method and Description |
---|---|
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) |