| 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 |
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 |
EquivalentMeasureRelationship.getFrom()
Returns the value of the 'From' reference.
|
Measure |
MeasureRelationship.getFrom() |
Measure |
RecursiveMeasureRelationship.getFrom()
Returns the value of the 'From' reference.
|
Measure |
RefinementMeasureRelationship.getFrom()
Returns the value of the 'From' reference.
|
Measure |
ObservedMeasure.getMeasure()
Returns the value of the 'Measure' reference.
|
Measure |
EquivalentMeasureRelationship.getTo()
Returns the value of the 'To' reference.
|
Measure |
MeasureRelationship.getTo() |
Measure |
RecursiveMeasureRelationship.getTo()
Returns the value of the 'To' reference.
|
Measure |
RefinementMeasureRelationship.getTo()
Returns the value of the 'To' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EquivalentMeasureRelationship.setFrom(Measure value)
Sets the value of the '
From' reference. |
void |
RecursiveMeasureRelationship.setFrom(Measure value)
Sets the value of the '
From' reference. |
void |
RefinementMeasureRelationship.setFrom(Measure value)
Sets the value of the '
From' reference. |
void |
ObservedMeasure.setMeasure(Measure value)
Sets the value of the '
Measure' reference. |
void |
EquivalentMeasureRelationship.setTo(Measure value)
Sets the value of the '
To' reference. |
void |
RecursiveMeasureRelationship.setTo(Measure value)
Sets the value of the '
To' reference. |
void |
RefinementMeasureRelationship.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'.
|