| 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 |
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 |
CollectiveMeasure.getBaseMeasure()
Returns the value of the 'Base Measure' reference.
|
DimensionalMeasure |
BinaryMeasure.getBaseMeasure1()
Returns the value of the 'Base Measure1' reference.
|
DimensionalMeasure |
BinaryMeasure.getBaseMeasure2()
Returns the value of the 'Base Measure2' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CollectiveMeasure.setBaseMeasure(DimensionalMeasure value)
Sets the value of the '
Base Measure' reference. |
void |
BinaryMeasure.setBaseMeasure1(DimensionalMeasure value)
Sets the value of the '
Base Measure1' reference. |
void |
BinaryMeasure.setBaseMeasure2(DimensionalMeasure value)
Sets the value of the '
Base Measure2' 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'.
|