Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util |
Modifier and Type | Method and Description |
---|---|
NumericRange |
Aadl2Factory.createNumericRange()
Returns a new object of class 'Numeric Range'.
|
NumericRange |
NumberType.createRange()
Creates a new
NumericRange and sets the 'Range' containment reference. |
NumericRange |
NumberType.getRange()
Returns the value of the 'Range' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
NumberType.setRange(NumericRange value)
Sets the value of the '
Range ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
NumericRangeImpl
An implementation of the model object 'Numeric Range'.
|
Modifier and Type | Method and Description |
---|---|
NumericRange |
Aadl2FactoryImpl.createNumericRange() |
NumericRange |
NumberTypeImpl.createRange() |
NumericRange |
NumberTypeImpl.getRange() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
NumberTypeImpl.basicSetRange(NumericRange newRange,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
NumberTypeImpl.setRange(NumericRange newRange) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseNumericRange(NumericRange object)
Returns the result of interpreting the object as an instance of 'Numeric Range'.
|
boolean |
Aadl2Validator.validateNumericRange(NumericRange numericRange,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |