Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util | |
org.osate.xtext.aadl2.properties.util | |
org.osate.xtext.aadl2.properties.validation |
Modifier and Type | Method and Description |
---|---|
RangeValue |
Aadl2Factory.createRangeValue()
Returns a new object of class 'Range Value'.
|
Modifier and Type | Class and Description |
---|---|
class |
RangeValueImpl
An implementation of the model object 'Range Value'.
|
Modifier and Type | Method and Description |
---|---|
RangeValue |
Aadl2FactoryImpl.createRangeValue() |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseRangeValue(RangeValue object)
Returns the result of interpreting the object as an instance of 'Range Value'.
|
boolean |
Aadl2Validator.validateRangeValue(RangeValue rangeValue,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
static RangeValue |
PropertyUtils.createIntegerRangeValue(long min,
long max)
Creates a PropertyValue for a range of aadlinteger.
|
static RangeValue |
PropertyUtils.createIntegerRangeValue(long min,
long max,
long delta)
Creates a PropertyValue for a range of aadlinteger.
|
static RangeValue |
PropertyUtils.createIntegerRangeValue(long min,
UnitLiteral minUnits,
long max,
UnitLiteral maxUnits)
Creates a PropertyValue for a range of aadlinteger with units.
|
static RangeValue |
PropertyUtils.createIntegerRangeValue(long min,
UnitLiteral minUnits,
long max,
UnitLiteral maxUnits,
long delta,
UnitLiteral deltaUnits)
Creates a PropertyValue for a range of aadlinteger with units.
|
static RangeValue |
PropertyUtils.createRealRangeValue(double min,
double max)
Creates a PropertyValue for a range of aadlreal.
|
static RangeValue |
PropertyUtils.createRealRangeValue(double min,
double max,
double delta)
Creates a PropertyValue for a range of aadlreal.
|
static RangeValue |
PropertyUtils.createRealRangeValue(double min,
UnitLiteral minUnits,
double max,
UnitLiteral maxUnits)
Creates a PropertyValue for a range of aadlreal with units.
|
static RangeValue |
PropertyUtils.createRealRangeValue(double min,
UnitLiteral minUnits,
double max,
UnitLiteral maxUnits,
double delta,
UnitLiteral deltaUnits)
Creates a PropertyValue for a range of aadlreal with units.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertiesJavaValidator.caseRangeValue(RangeValue rv) |