Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util |
Modifier and Type | Method and Description |
---|---|
DataSubcomponent |
Aadl2Factory.createDataSubcomponent()
Returns a new object of class 'Data Subcomponent'.
|
DataSubcomponent |
SystemImplementation.createOwnedDataSubcomponent()
Creates a new
DataSubcomponent and appends it to the 'Owned Data Subcomponent' containment reference list. |
DataSubcomponent |
SubprogramImplementation.createOwnedDataSubcomponent()
Creates a new
DataSubcomponent and appends it to the 'Owned Data Subcomponent' containment reference list. |
DataSubcomponent |
SubprogramGroupImplementation.createOwnedDataSubcomponent()
Creates a new
DataSubcomponent and appends it to the 'Owned Data Subcomponent' containment reference list. |
DataSubcomponent |
DataImplementation.createOwnedDataSubcomponent()
Creates a new
DataSubcomponent and appends it to the 'Owned Data Subcomponent' containment reference list. |
DataSubcomponent |
ThreadGroupImplementation.createOwnedDataSubcomponent()
Creates a new
DataSubcomponent and appends it to the 'Owned Data Subcomponent' containment reference list. |
DataSubcomponent |
ProcessImplementation.createOwnedDataSubcomponent()
Creates a new
DataSubcomponent and appends it to the 'Owned Data Subcomponent' containment reference list. |
DataSubcomponent |
DeviceImplementation.createOwnedDataSubcomponent()
Creates a new
DataSubcomponent and appends it to the 'Owned Data Subcomponent' containment reference list. |
DataSubcomponent |
ThreadImplementation.createOwnedDataSubcomponent()
Creates a new
DataSubcomponent and appends it to the 'Owned Data Subcomponent' containment reference list. |
DataSubcomponent |
AbstractImplementation.createOwnedDataSubcomponent()
Creates a new
DataSubcomponent and appends it to the 'Owned Data Subcomponent' containment reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<DataSubcomponent> |
SystemImplementation.getOwnedDataSubcomponents()
Returns the value of the 'Owned Data Subcomponent' containment reference list.
|
org.eclipse.emf.common.util.EList<DataSubcomponent> |
SubprogramImplementation.getOwnedDataSubcomponents()
Returns the value of the 'Owned Data Subcomponent' containment reference list.
|
org.eclipse.emf.common.util.EList<DataSubcomponent> |
SubprogramGroupImplementation.getOwnedDataSubcomponents()
Returns the value of the 'Owned Data Subcomponent' containment reference list.
|
org.eclipse.emf.common.util.EList<DataSubcomponent> |
DataImplementation.getOwnedDataSubcomponents()
Returns the value of the 'Owned Data Subcomponent' containment reference list.
|
org.eclipse.emf.common.util.EList<DataSubcomponent> |
ThreadGroupImplementation.getOwnedDataSubcomponents()
Returns the value of the 'Owned Data Subcomponent' containment reference list.
|
org.eclipse.emf.common.util.EList<DataSubcomponent> |
ProcessImplementation.getOwnedDataSubcomponents()
Returns the value of the 'Owned Data Subcomponent' containment reference list.
|
org.eclipse.emf.common.util.EList<DataSubcomponent> |
DeviceImplementation.getOwnedDataSubcomponents()
Returns the value of the 'Owned Data Subcomponent' containment reference list.
|
org.eclipse.emf.common.util.EList<DataSubcomponent> |
ThreadImplementation.getOwnedDataSubcomponents()
Returns the value of the 'Owned Data Subcomponent' containment reference list.
|
org.eclipse.emf.common.util.EList<DataSubcomponent> |
AbstractImplementation.getOwnedDataSubcomponents()
Returns the value of the 'Owned Data Subcomponent' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
DataSubcomponentImpl
An implementation of the model object 'Data Subcomponent'.
|
Modifier and Type | Method and Description |
---|---|
DataSubcomponent |
Aadl2FactoryImpl.createDataSubcomponent() |
DataSubcomponent |
ThreadImplementationImpl.createOwnedDataSubcomponent() |
DataSubcomponent |
ThreadGroupImplementationImpl.createOwnedDataSubcomponent() |
DataSubcomponent |
SystemImplementationImpl.createOwnedDataSubcomponent() |
DataSubcomponent |
SubprogramImplementationImpl.createOwnedDataSubcomponent() |
DataSubcomponent |
SubprogramGroupImplementationImpl.createOwnedDataSubcomponent() |
DataSubcomponent |
ProcessImplementationImpl.createOwnedDataSubcomponent() |
DataSubcomponent |
DeviceImplementationImpl.createOwnedDataSubcomponent() |
DataSubcomponent |
DataImplementationImpl.createOwnedDataSubcomponent() |
DataSubcomponent |
AbstractImplementationImpl.createOwnedDataSubcomponent() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<DataSubcomponent> |
ThreadImplementationImpl.getOwnedDataSubcomponents() |
org.eclipse.emf.common.util.EList<DataSubcomponent> |
ThreadGroupImplementationImpl.getOwnedDataSubcomponents() |
org.eclipse.emf.common.util.EList<DataSubcomponent> |
SystemImplementationImpl.getOwnedDataSubcomponents() |
org.eclipse.emf.common.util.EList<DataSubcomponent> |
SubprogramImplementationImpl.getOwnedDataSubcomponents() |
org.eclipse.emf.common.util.EList<DataSubcomponent> |
SubprogramGroupImplementationImpl.getOwnedDataSubcomponents() |
org.eclipse.emf.common.util.EList<DataSubcomponent> |
ProcessImplementationImpl.getOwnedDataSubcomponents() |
org.eclipse.emf.common.util.EList<DataSubcomponent> |
DeviceImplementationImpl.getOwnedDataSubcomponents() |
org.eclipse.emf.common.util.EList<DataSubcomponent> |
DataImplementationImpl.getOwnedDataSubcomponents() |
org.eclipse.emf.common.util.EList<DataSubcomponent> |
AbstractImplementationImpl.getOwnedDataSubcomponents() |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseDataSubcomponent(DataSubcomponent object)
Returns the result of interpreting the object as an instance of 'Data Subcomponent'.
|
boolean |
Aadl2Validator.validateDataSubcomponent(DataSubcomponent dataSubcomponent,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |