Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util | |
org.osate.xtext.aadl2.validation |
Modifier and Type | Method and Description |
---|---|
TypeExtension |
ComponentType.createOwnedExtension()
Creates a new
TypeExtension and sets the 'Owned Extension' containment reference. |
TypeExtension |
Aadl2Factory.createTypeExtension()
Returns a new object of class 'Type Extension'.
|
TypeExtension |
ComponentType.getOwnedExtension()
Returns the value of the 'Owned Extension' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentType.setOwnedExtension(TypeExtension value)
Sets the value of the '
Owned Extension ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
TypeExtensionImpl
An implementation of the model object 'Type Extension'.
|
Modifier and Type | Method and Description |
---|---|
TypeExtension |
ComponentTypeImpl.createOwnedExtension() |
TypeExtension |
Aadl2FactoryImpl.createTypeExtension() |
TypeExtension |
ComponentTypeImpl.getOwnedExtension() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ComponentTypeImpl.basicSetOwnedExtension(TypeExtension newOwnedExtension,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ComponentTypeImpl.setOwnedExtension(TypeExtension newOwnedExtension) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseTypeExtension(TypeExtension object)
Returns the result of interpreting the object as an instance of 'Type Extension'.
|
boolean |
Aadl2Validator.validateTypeExtension(TypeExtension typeExtension,
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.caseTypeExtension(TypeExtension typeExtension) |