Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.instance | |
org.osate.aadl2.instance.impl | |
org.osate.aadl2.instance.util | |
org.osate.aadl2.util |
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanLiteral
A representation of the model object 'Boolean Literal'.
|
interface |
ClassifierValue
A representation of the model object 'Classifier Value'.
|
interface |
ComputedValue
A representation of the model object 'Computed Value'.
|
interface |
IntegerLiteral
A representation of the model object 'Integer Literal'.
|
interface |
NamedValue
A representation of the model object 'Named Value'.
|
interface |
NumberValue
A representation of the model object 'Number Value'.
|
interface |
RangeValue
A representation of the model object 'Range Value'.
|
interface |
RealLiteral
A representation of the model object 'Real Literal'.
|
interface |
RecordValue
A representation of the model object 'Record Value'.
|
interface |
ReferenceValue
A representation of the model object 'Reference Value'.
|
interface |
StringLiteral
A representation of the model object 'String Literal'.
|
Modifier and Type | Method and Description |
---|---|
PropertyAssociation |
NamedElement.setPropertyValue(Property pd,
PropertyValue pv) |
Modifier and Type | Class and Description |
---|---|
class |
BooleanLiteralImpl
An implementation of the model object 'Boolean Literal'.
|
class |
ClassifierValueImpl
An implementation of the model object 'Classifier Value'.
|
class |
ComputedValueImpl
An implementation of the model object 'Computed Value'.
|
class |
IntegerLiteralImpl
An implementation of the model object 'Integer Literal'.
|
class |
NamedValueImpl
An implementation of the model object 'Named Value'.
|
class |
NumberValueImpl
An implementation of the model object 'Number Value'.
|
class |
PropertyValueImpl
An implementation of the model object 'Property Value'.
|
class |
RangeValueImpl
An implementation of the model object 'Range Value'.
|
class |
RealLiteralImpl
An implementation of the model object 'Real Literal'.
|
class |
RecordValueImpl
An implementation of the model object 'Record Value'.
|
class |
ReferenceValueImpl
An implementation of the model object 'Reference Value'.
|
class |
StringLiteralImpl
An implementation of the model object 'String Literal'.
|
Modifier and Type | Method and Description |
---|---|
PropertyAssociation |
NamedElementImpl.setPropertyValue(Property pd,
PropertyValue pv) |
Modifier and Type | Interface and Description |
---|---|
interface |
InstanceReferenceValue
A representation of the model object 'Reference Value'.
|
Modifier and Type | Class and Description |
---|---|
class |
InstanceReferenceValueImpl
An implementation of the model object 'Reference Value'.
|
Modifier and Type | Method and Description |
---|---|
T |
InstanceSwitch.casePropertyValue(PropertyValue object)
Returns the result of interpreting the object as an instance of 'Property Value'.
|
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.casePropertyValue(PropertyValue object)
Returns the result of interpreting the object as an instance of 'Property Value'.
|
boolean |
Aadl2Validator.validatePropertyValue(PropertyValue propertyValue,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |