| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.smm | |
| org.eclipse.gmt.modisco.omg.smm.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AggregatedMeasurement
A representation of the model object 'Aggregated Measurement'.
|
interface |
CollectiveMeasurement
A representation of the model object 'Collective Measurement'.
|
interface |
Count
A representation of the model object 'Count'.
|
interface |
DimensionalMeasurement
A representation of the model object 'Dimensional Measurement'.
|
interface |
DirectMeasurement
A representation of the model object 'Direct Measurement'.
|
interface |
Grade
A representation of the model object 'Grade'.
|
interface |
NamedMeasurement
A representation of the model object 'Named Measurement'.
|
interface |
ReScaledMeasurement
A representation of the model object 'Re Scaled Measurement'.
|
| Modifier and Type | Method and Description |
|---|---|
Measurement |
MeasurementRelationship.getFrom()
Returns the value of the 'From' reference.
|
Measurement |
MeasurementRelationship.getTo()
Returns the value of the 'To' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MeasurementRelationship.setFrom(Measurement value)
Sets the value of the '
From' reference. |
void |
MeasurementRelationship.setTo(Measurement value)
Sets the value of the '
To' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
SmmSwitch.caseMeasurement(Measurement object)
Returns the result of interpreting the object as an instance of 'Measurement'.
|