Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util | |
org.osate.xtext.aadl2.properties.linking | |
org.osate.xtext.aadl2.properties.util |
Modifier and Type | Interface and Description |
---|---|
interface |
IntegerLiteral
A representation of the model object 'Integer Literal'.
|
interface |
RealLiteral
A representation of the model object 'Real Literal'.
|
Modifier and Type | Method and Description |
---|---|
NumberValue |
NumberValue.cloneAndInvert()
Create a "clone" that inverts this value.
|
NumberValue |
NumberValue.cloneNumber()
Clone this number value.
|
NumberValue |
UnitLiteral.createFactor(org.eclipse.emf.ecore.EClass eClass)
Creates a new
NumberValue and sets the 'Factor' containment reference. |
NumberValue |
RangeValue.getDeltaValue()
Get the numeric value of the delta.
|
NumberValue |
UnitLiteral.getFactor()
Returns the value of the 'Factor' containment reference.
|
NumberValue |
RangeValue.getMaximumValue()
Get the numeric value of the upper bound.
|
NumberValue |
RangeValue.getMinimumValue()
Get the numeric value of the lower bound.
|
Modifier and Type | Method and Description |
---|---|
void |
UnitLiteral.setFactor(NumberValue value)
Sets the value of the '
Factor ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
IntegerLiteralImpl
An implementation of the model object 'Integer Literal'.
|
class |
NumberValueImpl
An implementation of the model object 'Number Value'.
|
class |
RealLiteralImpl
An implementation of the model object 'Real Literal'.
|
Modifier and Type | Method and Description |
---|---|
NumberValue |
RealLiteralImpl.cloneAndInvert() |
NumberValue |
IntegerLiteralImpl.cloneAndInvert() |
NumberValue |
RealLiteralImpl.cloneNumber() |
NumberValue |
IntegerLiteralImpl.cloneNumber() |
NumberValue |
UnitLiteralImpl.createFactor(org.eclipse.emf.ecore.EClass eClass) |
NumberValue |
RangeValueImpl.getDeltaValue() |
NumberValue |
UnitLiteralImpl.getFactor() |
NumberValue |
RangeValueImpl.getMaximumValue() |
NumberValue |
RangeValueImpl.getMinimumValue() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
UnitLiteralImpl.basicSetFactor(NumberValue newFactor,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
UnitLiteralImpl.setFactor(NumberValue newFactor) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseNumberValue(NumberValue object)
Returns the result of interpreting the object as an instance of 'Number Value'.
|
boolean |
Aadl2Validator.validateNumberValue(NumberValue numberValue,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
static UnitLiteral |
PropertiesLinkingService.findUnitLiteral(NumberValue nv,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static double |
GetProperties.scaleValueToMicroSecond(NumberValue nv) |
static double |
GetProperties.scaleValueToSecond(NumberValue nv) |