public interface BinaryMeasure extends DimensionalMeasure
The following features are supported:
SmmPackage.getBinaryMeasure()| Modifier and Type | Method and Description |
|---|---|
DimensionalMeasure |
getBaseMeasure1()
Returns the value of the 'Base Measure1' reference.
|
DimensionalMeasure |
getBaseMeasure2()
Returns the value of the 'Base Measure2' reference.
|
java.lang.String |
getFunctor()
Returns the value of the 'Functor' attribute.
|
void |
setBaseMeasure1(DimensionalMeasure value)
Sets the value of the '
Base Measure1' reference. |
void |
setBaseMeasure2(DimensionalMeasure value)
Sets the value of the '
Base Measure2' reference. |
void |
setFunctor(java.lang.String value)
Sets the value of the '
Functor' attribute. |
getUnit, setUnitgetCategory, getEquivalentFrom, getEquivalentTo, getInMeasure, getLibrary, getMeasurement, getName, getOutMeasure, getRefinement, getScope, getTrait, setLibrary, setName, setScope, setTraitgetAnnotation, getAttribute, getInbound, getModel, getOutbound, setModeljava.lang.String getFunctor()
If the meaning of the 'Functor' attribute isn't clear, there really should be more of a description here...
setFunctor(String),
SmmPackage.getBinaryMeasure_Functor()void setFunctor(java.lang.String value)
Functor' attribute.
value - the new value of the 'Functor' attribute.getFunctor()DimensionalMeasure getBaseMeasure1()
If the meaning of the 'Base Measure1' reference isn't clear, there really should be more of a description here...
setBaseMeasure1(DimensionalMeasure),
SmmPackage.getBinaryMeasure_BaseMeasure1()void setBaseMeasure1(DimensionalMeasure value)
Base Measure1' reference.
value - the new value of the 'Base Measure1' reference.getBaseMeasure1()DimensionalMeasure getBaseMeasure2()
If the meaning of the 'Base Measure2' reference isn't clear, there really should be more of a description here...
setBaseMeasure2(DimensionalMeasure),
SmmPackage.getBinaryMeasure_BaseMeasure2()void setBaseMeasure2(DimensionalMeasure value)
Base Measure2' reference.
value - the new value of the 'Base Measure2' reference.getBaseMeasure2()