| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.smm | |
| org.eclipse.gmt.modisco.omg.smm.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BinaryMeasure
A representation of the model object 'Binary Measure'.
|
interface |
CollectiveMeasure
A representation of the model object 'Collective Measure'.
|
interface |
Counting
A representation of the model object 'Counting'.
|
interface |
DimensionalMeasure
A representation of the model object 'Dimensional Measure'.
|
interface |
DirectMeasure
A representation of the model object 'Direct Measure'.
|
interface |
NamedMeasure
A representation of the model object 'Named Measure'.
|
interface |
Ranking
A representation of the model object 'Ranking'.
|
interface |
RatioMeasure
A representation of the model object 'Ratio Measure'.
|
interface |
RescaledMeasure
A representation of the model object 'Rescaled Measure'.
|
| Modifier and Type | Method and Description |
|---|---|
Measure |
MeasureRelationship.getFrom()
Returns the value of the 'From' reference.
|
Measure |
Measurement.getMeasure()
Returns the value of the 'Measure' reference.
|
Measure |
MeasureRelationship.getTo()
Returns the value of the 'To' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MeasureRelationship.setFrom(Measure value)
Sets the value of the '
From' reference. |
void |
Measurement.setMeasure(Measure value)
Sets the value of the '
Measure' reference. |
void |
MeasureRelationship.setTo(Measure value)
Sets the value of the '
To' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
SmmSwitch.caseMeasure(Measure object)
Returns the result of interpreting the object as an instance of 'Measure'.
|