public interface BinaryMeasurement extends DimensionalMeasurement
The following features are supported:
SmmPackage.getBinaryMeasurement()| Modifier and Type | Method and Description |
|---|---|
Base1MeasurementRelationship |
getBaseMeasurement1To()
Returns the value of the 'Base Measurement1 To' containment reference.
|
Base2MeasurementRelationship |
getBaseMeasurement2To()
Returns the value of the 'Base Measurement2 To' containment reference.
|
boolean |
isIsBaseSupplied()
Returns the value of the 'Is Base Supplied' attribute.
|
void |
setBaseMeasurement1To(Base1MeasurementRelationship value)
Sets the value of the '
Base Measurement1 To' containment reference. |
void |
setBaseMeasurement2To(Base2MeasurementRelationship value)
Sets the value of the '
Base Measurement2 To' containment reference. |
void |
setIsBaseSupplied(boolean value)
Sets the value of the '
Is Base Supplied' attribute. |
getBaseMeasurement1From, getBaseMeasurement2From, getBaseMeasurementFrom, getRankingFrom, getRescaleTo, getValue, setValuegetBreakValue, getEquivalentFrom, getEquivalentTo, getError, getMeasurand, getMeasureLabel, getMeasurementLabel, getMeasurementRelationships, getRecursiveFrom, getRecursiveTo, getRefinementFrom, getRefinementTo, setBreakValue, setError, setMeasurand, setRecursiveTogetAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescriptionBase1MeasurementRelationship getBaseMeasurement1To()
From'.
If the meaning of the 'Base Measurement1 To' containment reference isn't clear, there really should be more of a description here...
setBaseMeasurement1To(Base1MeasurementRelationship),
SmmPackage.getBinaryMeasurement_BaseMeasurement1To(),
Base1MeasurementRelationship.getFrom()void setBaseMeasurement1To(Base1MeasurementRelationship value)
Base Measurement1 To' containment reference.
value - the new value of the 'Base Measurement1 To' containment reference.getBaseMeasurement1To()Base2MeasurementRelationship getBaseMeasurement2To()
From'.
If the meaning of the 'Base Measurement2 To' containment reference isn't clear, there really should be more of a description here...
setBaseMeasurement2To(Base2MeasurementRelationship),
SmmPackage.getBinaryMeasurement_BaseMeasurement2To(),
Base2MeasurementRelationship.getFrom()void setBaseMeasurement2To(Base2MeasurementRelationship value)
Base Measurement2 To' containment reference.
value - the new value of the 'Base Measurement2 To' containment reference.getBaseMeasurement2To()boolean isIsBaseSupplied()
If the meaning of the 'Is Base Supplied' attribute isn't clear, there really should be more of a description here...
setIsBaseSupplied(boolean),
SmmPackage.getBinaryMeasurement_IsBaseSupplied()void setIsBaseSupplied(boolean value)
Is Base Supplied' attribute.
value - the new value of the 'Is Base Supplied' attribute.isIsBaseSupplied()