Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util |
Modifier and Type | Method and Description |
---|---|
SystemSubcomponent |
SystemImplementation.createOwnedSystemSubcomponent()
Creates a new
SystemSubcomponent and appends it to the 'Owned System Subcomponent' containment reference list. |
SystemSubcomponent |
AbstractImplementation.createOwnedSystemSubcomponent()
Creates a new
SystemSubcomponent and appends it to the 'Owned System Subcomponent' containment reference list. |
SystemSubcomponent |
Aadl2Factory.createSystemSubcomponent()
Returns a new object of class 'System Subcomponent'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<SystemSubcomponent> |
SystemImplementation.getOwnedSystemSubcomponents()
Returns the value of the 'Owned System Subcomponent' containment reference list.
|
org.eclipse.emf.common.util.EList<SystemSubcomponent> |
AbstractImplementation.getOwnedSystemSubcomponents()
Returns the value of the 'Owned System Subcomponent' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
SystemSubcomponentImpl
An implementation of the model object 'System Subcomponent'.
|
Modifier and Type | Method and Description |
---|---|
SystemSubcomponent |
SystemImplementationImpl.createOwnedSystemSubcomponent() |
SystemSubcomponent |
AbstractImplementationImpl.createOwnedSystemSubcomponent() |
SystemSubcomponent |
Aadl2FactoryImpl.createSystemSubcomponent() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<SystemSubcomponent> |
SystemImplementationImpl.getOwnedSystemSubcomponents() |
org.eclipse.emf.common.util.EList<SystemSubcomponent> |
AbstractImplementationImpl.getOwnedSystemSubcomponents() |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseSystemSubcomponent(SystemSubcomponent object)
Returns the result of interpreting the object as an instance of 'System Subcomponent'.
|
boolean |
Aadl2Validator.validateSystemSubcomponent(SystemSubcomponent systemSubcomponent,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |