| Package | Description |
|---|---|
| org.eclipse.modisco.omg.smm | |
| org.eclipse.modisco.omg.smm.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AggregatedMeasurement
A representation of the model object 'Aggregated Measurement'.
|
interface |
BinaryMeasurement
A representation of the model object 'Binary Measurement'.
|
interface |
CollectiveMeasurement
A representation of the model object 'Collective Measurement'.
|
interface |
Count
A representation of the model object 'Count'.
|
interface |
DirectMeasurement
A representation of the model object 'Direct Measurement'.
|
interface |
NamedMeasurement
A representation of the model object 'Named Measurement'.
|
interface |
RatioMeasurement
A representation of the model object 'Ratio Measurement'.
|
interface |
RescaledMeasurement
A representation of the model object 'Rescaled Measurement'.
|
| Modifier and Type | Method and Description |
|---|---|
DimensionalMeasurement |
Grade.getBaseMeasurement()
Returns the value of the 'Base Measurement' reference.
|
DimensionalMeasurement |
RescaleMeasurementRelationship.getFrom()
Returns the value of the 'From' reference.
|
DimensionalMeasurement |
Base1MeasurementRelationship.getTo()
Returns the value of the 'To' reference.
|
DimensionalMeasurement |
Base2MeasurementRelationship.getTo()
Returns the value of the 'To' reference.
|
DimensionalMeasurement |
BaseMeasurementRelationship.getTo()
Returns the value of the 'To' reference.
|
DimensionalMeasurement |
RankingMeasurementRelationship.getTo()
Returns the value of the 'To' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grade.setBaseMeasurement(DimensionalMeasurement value)
Sets the value of the '
Base Measurement' reference. |
void |
RescaleMeasurementRelationship.setFrom(DimensionalMeasurement value)
Sets the value of the '
From' reference. |
void |
Base1MeasurementRelationship.setTo(DimensionalMeasurement value)
Sets the value of the '
To' reference. |
void |
Base2MeasurementRelationship.setTo(DimensionalMeasurement value)
Sets the value of the '
To' reference. |
void |
BaseMeasurementRelationship.setTo(DimensionalMeasurement value)
Sets the value of the '
To' reference. |
void |
RankingMeasurementRelationship.setTo(DimensionalMeasurement value)
Sets the value of the '
To' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
SmmSwitch.caseDimensionalMeasurement(DimensionalMeasurement object)
Returns the result of interpreting the object as an instance of 'Dimensional Measurement'.
|