| Package | Description |
|---|---|
| org.eclipse.modisco.omg.smm | |
| org.eclipse.modisco.omg.smm.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RatioMeasure
A representation of the model object 'Ratio Measure'.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryMeasure |
SmmFactory.createBinaryMeasure()
Returns a new object of class 'Binary Measure'.
|
BinaryMeasure |
Base1MeasureRelationship.getFrom()
Returns the value of the 'From' reference.
|
BinaryMeasure |
Base2MeasureRelationship.getFrom()
Returns the value of the 'From' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Base1MeasureRelationship.setFrom(BinaryMeasure value)
Sets the value of the '
From' reference. |
void |
Base2MeasureRelationship.setFrom(BinaryMeasure value)
Sets the value of the '
From' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
SmmSwitch.caseBinaryMeasure(BinaryMeasure object)
Returns the result of interpreting the object as an instance of 'Binary Measure'.
|