Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util |
Modifier and Type | Method and Description |
---|---|
ProcessSubcomponent |
SystemImplementation.createOwnedProcessSubcomponent()
Creates a new
ProcessSubcomponent and appends it to the 'Owned Process Subcomponent' containment reference list. |
ProcessSubcomponent |
AbstractImplementation.createOwnedProcessSubcomponent()
Creates a new
ProcessSubcomponent and appends it to the 'Owned Process Subcomponent' containment reference list. |
ProcessSubcomponent |
Aadl2Factory.createProcessSubcomponent()
Returns a new object of class 'Process Subcomponent'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ProcessSubcomponent> |
SystemImplementation.getOwnedProcessSubcomponents()
Returns the value of the 'Owned Process Subcomponent' containment reference list.
|
org.eclipse.emf.common.util.EList<ProcessSubcomponent> |
AbstractImplementation.getOwnedProcessSubcomponents()
Returns the value of the 'Owned Process Subcomponent' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessSubcomponentImpl
An implementation of the model object 'Process Subcomponent'.
|
Modifier and Type | Method and Description |
---|---|
ProcessSubcomponent |
SystemImplementationImpl.createOwnedProcessSubcomponent() |
ProcessSubcomponent |
AbstractImplementationImpl.createOwnedProcessSubcomponent() |
ProcessSubcomponent |
Aadl2FactoryImpl.createProcessSubcomponent() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ProcessSubcomponent> |
SystemImplementationImpl.getOwnedProcessSubcomponents() |
org.eclipse.emf.common.util.EList<ProcessSubcomponent> |
AbstractImplementationImpl.getOwnedProcessSubcomponents() |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseProcessSubcomponent(ProcessSubcomponent object)
Returns the result of interpreting the object as an instance of 'Process Subcomponent'.
|
boolean |
Aadl2Validator.validateProcessSubcomponent(ProcessSubcomponent processSubcomponent,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |