| Package | Description |
|---|---|
| org.eclipse.modisco.omg.smm | |
| org.eclipse.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 |
DirectMeasure
A representation of the model object 'Direct Measure'.
|
interface |
NamedMeasure
A representation of the model object 'Named Measure'.
|
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 |
|---|---|
DimensionalMeasure |
SmmFactory.createDimensionalMeasure()
Returns a new object of class 'Dimensional Measure'.
|
DimensionalMeasure |
RescaleMeasureRelationship.getFrom()
Returns the value of the 'From' reference.
|
DimensionalMeasure |
Base1MeasureRelationship.getTo()
Returns the value of the 'To' reference.
|
DimensionalMeasure |
Base2MeasureRelationship.getTo()
Returns the value of the 'To' reference.
|
DimensionalMeasure |
BaseMeasureRelationship.getTo()
Returns the value of the 'To' reference.
|
DimensionalMeasure |
RankingMeasureRelationship.getTo()
Returns the value of the 'To' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RescaleMeasureRelationship.setFrom(DimensionalMeasure value)
Sets the value of the '
From' reference. |
void |
Base1MeasureRelationship.setTo(DimensionalMeasure value)
Sets the value of the '
To' reference. |
void |
Base2MeasureRelationship.setTo(DimensionalMeasure value)
Sets the value of the '
To' reference. |
void |
BaseMeasureRelationship.setTo(DimensionalMeasure value)
Sets the value of the '
To' reference. |
void |
RankingMeasureRelationship.setTo(DimensionalMeasure value)
Sets the value of the '
To' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
SmmSwitch.caseDimensionalMeasure(DimensionalMeasure object)
Returns the result of interpreting the object as an instance of 'Dimensional Measure'.
|