| Package | Description |
|---|---|
| org.eclipse.modisco.omg.smm | |
| org.eclipse.modisco.omg.smm.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RatioMeasurement
A representation of the model object 'Ratio Measurement'.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryMeasurement |
SmmFactory.createBinaryMeasurement()
Returns a new object of class 'Binary Measurement'.
|
BinaryMeasurement |
Base1MeasurementRelationship.getFrom()
Returns the value of the 'From' container reference.
|
BinaryMeasurement |
Base2MeasurementRelationship.getFrom()
Returns the value of the 'From' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Base1MeasurementRelationship.setFrom(BinaryMeasurement value)
Sets the value of the '
From' container reference. |
void |
Base2MeasurementRelationship.setFrom(BinaryMeasurement value)
Sets the value of the '
From' container reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
SmmSwitch.caseBinaryMeasurement(BinaryMeasurement object)
Returns the result of interpreting the object as an instance of 'Binary Measurement'.
|