Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util |
Modifier and Type | Method and Description |
---|---|
BusSubcomponent |
Aadl2Factory.createBusSubcomponent()
Returns a new object of class 'Bus Subcomponent'.
|
BusSubcomponent |
ProcessorImplementation.createOwnedBusSubcomponent()
Creates a new
BusSubcomponent and appends it to the 'Owned Bus Subcomponent' containment reference list. |
BusSubcomponent |
SystemImplementation.createOwnedBusSubcomponent()
Creates a new
BusSubcomponent and appends it to the 'Owned Bus Subcomponent' containment reference list. |
BusSubcomponent |
DeviceImplementation.createOwnedBusSubcomponent()
Creates a new
BusSubcomponent and appends it to the 'Owned Bus Subcomponent' containment reference list. |
BusSubcomponent |
AbstractImplementation.createOwnedBusSubcomponent()
Creates a new
BusSubcomponent and appends it to the 'Owned Bus Subcomponent' containment reference list. |
BusSubcomponent |
MemoryImplementation.createOwnedBusSubcomponent()
Creates a new
BusSubcomponent and appends it to the 'Owned Bus Subcomponent' containment reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<BusSubcomponent> |
ProcessorImplementation.getOwnedBusSubcomponents()
Returns the value of the 'Owned Bus Subcomponent' containment reference list.
|
org.eclipse.emf.common.util.EList<BusSubcomponent> |
SystemImplementation.getOwnedBusSubcomponents()
Returns the value of the 'Owned Bus Subcomponent' containment reference list.
|
org.eclipse.emf.common.util.EList<BusSubcomponent> |
DeviceImplementation.getOwnedBusSubcomponents()
Returns the value of the 'Owned Bus Subcomponent' containment reference list.
|
org.eclipse.emf.common.util.EList<BusSubcomponent> |
AbstractImplementation.getOwnedBusSubcomponents()
Returns the value of the 'Owned Bus Subcomponent' containment reference list.
|
org.eclipse.emf.common.util.EList<BusSubcomponent> |
MemoryImplementation.getOwnedBusSubcomponents()
Returns the value of the 'Owned Bus Subcomponent' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
BusSubcomponentImpl
An implementation of the model object 'Bus Subcomponent'.
|
Modifier and Type | Method and Description |
---|---|
BusSubcomponent |
Aadl2FactoryImpl.createBusSubcomponent() |
BusSubcomponent |
SystemImplementationImpl.createOwnedBusSubcomponent() |
BusSubcomponent |
ProcessorImplementationImpl.createOwnedBusSubcomponent() |
BusSubcomponent |
MemoryImplementationImpl.createOwnedBusSubcomponent() |
BusSubcomponent |
DeviceImplementationImpl.createOwnedBusSubcomponent() |
BusSubcomponent |
AbstractImplementationImpl.createOwnedBusSubcomponent() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<BusSubcomponent> |
SystemImplementationImpl.getOwnedBusSubcomponents() |
org.eclipse.emf.common.util.EList<BusSubcomponent> |
ProcessorImplementationImpl.getOwnedBusSubcomponents() |
org.eclipse.emf.common.util.EList<BusSubcomponent> |
MemoryImplementationImpl.getOwnedBusSubcomponents() |
org.eclipse.emf.common.util.EList<BusSubcomponent> |
DeviceImplementationImpl.getOwnedBusSubcomponents() |
org.eclipse.emf.common.util.EList<BusSubcomponent> |
AbstractImplementationImpl.getOwnedBusSubcomponents() |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseBusSubcomponent(BusSubcomponent object)
Returns the result of interpreting the object as an instance of 'Bus Subcomponent'.
|
boolean |
Aadl2Validator.validateBusSubcomponent(BusSubcomponent busSubcomponent,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |