Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util |
Modifier and Type | Method and Description |
---|---|
MemorySubcomponent |
Aadl2Factory.createMemorySubcomponent()
Returns a new object of class 'Memory Subcomponent'.
|
MemorySubcomponent |
ProcessorImplementation.createOwnedMemorySubcomponent()
Creates a new
MemorySubcomponent and appends it to the 'Owned Memory Subcomponent' containment reference list. |
MemorySubcomponent |
SystemImplementation.createOwnedMemorySubcomponent()
Creates a new
MemorySubcomponent and appends it to the 'Owned Memory Subcomponent' containment reference list. |
MemorySubcomponent |
AbstractImplementation.createOwnedMemorySubcomponent()
Creates a new
MemorySubcomponent and appends it to the 'Owned Memory Subcomponent' containment reference list. |
MemorySubcomponent |
MemoryImplementation.createOwnedMemorySubcomponent()
Creates a new
MemorySubcomponent and appends it to the 'Owned Memory Subcomponent' containment reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<MemorySubcomponent> |
ProcessorImplementation.getOwnedMemorySubcomponents()
Returns the value of the 'Owned Memory Subcomponent' containment reference list.
|
org.eclipse.emf.common.util.EList<MemorySubcomponent> |
SystemImplementation.getOwnedMemorySubcomponents()
Returns the value of the 'Owned Memory Subcomponent' containment reference list.
|
org.eclipse.emf.common.util.EList<MemorySubcomponent> |
AbstractImplementation.getOwnedMemorySubcomponents()
Returns the value of the 'Owned Memory Subcomponent' containment reference list.
|
org.eclipse.emf.common.util.EList<MemorySubcomponent> |
MemoryImplementation.getOwnedMemorySubcomponents()
Returns the value of the 'Owned Memory Subcomponent' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
MemorySubcomponentImpl
An implementation of the model object 'Memory Subcomponent'.
|
Modifier and Type | Method and Description |
---|---|
MemorySubcomponent |
Aadl2FactoryImpl.createMemorySubcomponent() |
MemorySubcomponent |
SystemImplementationImpl.createOwnedMemorySubcomponent() |
MemorySubcomponent |
ProcessorImplementationImpl.createOwnedMemorySubcomponent() |
MemorySubcomponent |
MemoryImplementationImpl.createOwnedMemorySubcomponent() |
MemorySubcomponent |
AbstractImplementationImpl.createOwnedMemorySubcomponent() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<MemorySubcomponent> |
SystemImplementationImpl.getOwnedMemorySubcomponents() |
org.eclipse.emf.common.util.EList<MemorySubcomponent> |
ProcessorImplementationImpl.getOwnedMemorySubcomponents() |
org.eclipse.emf.common.util.EList<MemorySubcomponent> |
MemoryImplementationImpl.getOwnedMemorySubcomponents() |
org.eclipse.emf.common.util.EList<MemorySubcomponent> |
AbstractImplementationImpl.getOwnedMemorySubcomponents() |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseMemorySubcomponent(MemorySubcomponent object)
Returns the result of interpreting the object as an instance of 'Memory Subcomponent'.
|
boolean |
Aadl2Validator.validateMemorySubcomponent(MemorySubcomponent memorySubcomponent,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |