Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util | |
org.osate.xtext.aadl2.validation |
Modifier and Type | Method and Description |
---|---|
Realization |
ComponentImplementation.createOwnedRealization()
Creates a new
Realization and sets the 'Owned Realization' containment reference. |
Realization |
Aadl2Factory.createRealization()
Returns a new object of class 'Realization'.
|
Realization |
ComponentImplementation.getOwnedRealization()
Returns the value of the 'Owned Realization' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentImplementation.setOwnedRealization(Realization value)
Sets the value of the '
Owned Realization ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
RealizationImpl
An implementation of the model object 'Realization'.
|
Modifier and Type | Method and Description |
---|---|
Realization |
ComponentImplementationImpl.createOwnedRealization() |
Realization |
Aadl2FactoryImpl.createRealization() |
Realization |
ComponentImplementationImpl.getOwnedRealization() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ComponentImplementationImpl.basicSetOwnedRealization(Realization newOwnedRealization,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ComponentImplementationImpl.setOwnedRealization(Realization newOwnedRealization) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseRealization(Realization object)
Returns the result of interpreting the object as an instance of 'Realization'.
|
boolean |
Aadl2Validator.validateRealization(Realization realization,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
void |
Aadl2JavaValidator.caseRealization(Realization realization) |