public interface Grade extends Measurement
The following features are supported:
SmmPackage.getGrade()| Modifier and Type | Method and Description |
|---|---|
DimensionalMeasurement |
getBaseMeasurement()
Returns the value of the 'Base Measurement' reference.
|
RankingMeasurementRelationship |
getRankingTo()
Returns the value of the 'Ranking To' reference.
|
java.lang.String |
getValue()
Returns the value of the 'Value' attribute.
|
boolean |
isIsBaseSupplied()
Returns the value of the 'Is Base Supplied' attribute.
|
void |
setBaseMeasurement(DimensionalMeasurement value)
Sets the value of the '
Base Measurement' reference. |
void |
setIsBaseSupplied(boolean value)
Sets the value of the '
Is Base Supplied' attribute. |
void |
setRankingTo(RankingMeasurementRelationship value)
Sets the value of the '
Ranking To' reference. |
void |
setValue(java.lang.String value)
Sets the value of the '
Value' attribute. |
getBreakValue, getEquivalentFrom, getEquivalentTo, getError, getMeasurand, getMeasureLabel, getMeasurementLabel, getMeasurementRelationships, getRecursiveFrom, getRecursiveTo, getRefinementFrom, getRefinementTo, setBreakValue, setError, setMeasurand, setRecursiveTogetAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescriptionDimensionalMeasurement getBaseMeasurement()
If the meaning of the 'Base Measurement' reference isn't clear, there really should be more of a description here...
setBaseMeasurement(DimensionalMeasurement),
SmmPackage.getGrade_BaseMeasurement()void setBaseMeasurement(DimensionalMeasurement value)
Base Measurement' reference.
value - the new value of the 'Base Measurement' reference.getBaseMeasurement()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.getGrade_IsBaseSupplied()void setIsBaseSupplied(boolean value)
Is Base Supplied' attribute.
value - the new value of the 'Is Base Supplied' attribute.isIsBaseSupplied()java.lang.String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String),
SmmPackage.getGrade_Value()void setValue(java.lang.String value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()RankingMeasurementRelationship getRankingTo()
From'.
If the meaning of the 'Ranking To' reference isn't clear, there really should be more of a description here...
setRankingTo(RankingMeasurementRelationship),
SmmPackage.getGrade_RankingTo(),
RankingMeasurementRelationship.getFrom()void setRankingTo(RankingMeasurementRelationship value)
Ranking To' reference.
value - the new value of the 'Ranking To' reference.getRankingTo()