Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util |
Modifier and Type | Interface and Description |
---|---|
interface |
EnumerationLiteral
A representation of the model object 'Enumeration Literal'.
|
interface |
Property
A representation of the model object 'Property Definition'.
|
interface |
PropertyConstant
A representation of the model object 'Property Constant'.
|
interface |
UnitLiteral
A representation of the model object '
Unit Literal'.
|
Modifier and Type | Method and Description |
---|---|
AbstractNamedValue |
NamedValue.getNamedValue()
Returns the value of the 'Named Value' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
NamedValue.setNamedValue(AbstractNamedValue value)
Sets the value of the '
Named Value ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNamedValueImpl
An implementation of the model object 'Abstract Named Value'.
|
class |
EnumerationLiteralImpl
An implementation of the model object 'Enumeration Literal'.
|
class |
PropertyConstantImpl
An implementation of the model object 'Property Constant'.
|
class |
PropertyImpl
An implementation of the model object 'Property'.
|
class |
UnitLiteralImpl
An implementation of the model object '
Unit Literal'.
|
Modifier and Type | Method and Description |
---|---|
AbstractNamedValue |
NamedValueImpl.basicGetNamedValue() |
AbstractNamedValue |
NamedValueImpl.getNamedValue() |
Modifier and Type | Method and Description |
---|---|
void |
NamedValueImpl.setNamedValue(AbstractNamedValue newNamedValue) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseAbstractNamedValue(AbstractNamedValue object)
Returns the result of interpreting the object as an instance of 'Abstract Named Value'.
|
boolean |
Aadl2Validator.validateAbstractNamedValue(AbstractNamedValue abstractNamedValue,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |