org.eclipse.modisco.omg.smm
Interface Grade

All Superinterfaces:
Measurement, SmmElement

public interface Grade
extends Measurement

A representation of the model object 'Grade'.

The following features are supported:

See Also:
SmmPackage.getGrade()
Generated:
Model:

Method Summary
 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.
 
Methods inherited from interface org.eclipse.modisco.omg.smm.Measurement
getBreakValue, getEquivalentFrom, getEquivalentTo, getError, getMeasurand, getMeasureLabel, getMeasurementLabel, getMeasurementRelationships, getRecursiveFrom, getRecursiveTo, getRefinementFrom, getRefinementTo, setBreakValue, setError, setMeasurand, setRecursiveTo
 
Methods inherited from interface org.eclipse.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescription
 

Method Detail

getBaseMeasurement

DimensionalMeasurement getBaseMeasurement()
Returns the value of the 'Base Measurement' reference.

If the meaning of the 'Base Measurement' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Base Measurement' reference.
See Also:
setBaseMeasurement(DimensionalMeasurement), SmmPackage.getGrade_BaseMeasurement()
Generated:
Model:

setBaseMeasurement

void setBaseMeasurement(DimensionalMeasurement value)
Sets the value of the 'Base Measurement' reference.

Parameters:
value - the new value of the 'Base Measurement' reference.
See Also:
getBaseMeasurement()
Generated:

isIsBaseSupplied

boolean isIsBaseSupplied()
Returns the value of the 'Is Base Supplied' attribute.

If the meaning of the 'Is Base Supplied' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Is Base Supplied' attribute.
See Also:
setIsBaseSupplied(boolean), SmmPackage.getGrade_IsBaseSupplied()
Generated:
Model:
required="true"

setIsBaseSupplied

void setIsBaseSupplied(boolean value)
Sets the value of the 'Is Base Supplied' attribute.

Parameters:
value - the new value of the 'Is Base Supplied' attribute.
See Also:
isIsBaseSupplied()
Generated:

getValue

java.lang.String getValue()
Returns the value of the 'Value' attribute.

If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), SmmPackage.getGrade_Value()
Generated:
Model:

setValue

void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()
Generated:

getRankingTo

RankingMeasurementRelationship getRankingTo()
Returns the value of the 'Ranking To' reference. It is bidirectional and its opposite is 'From'.

If the meaning of the 'Ranking To' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ranking To' reference.
See Also:
setRankingTo(RankingMeasurementRelationship), SmmPackage.getGrade_RankingTo(), RankingMeasurementRelationship.getFrom()
Generated:
Model:
opposite="from"

setRankingTo

void setRankingTo(RankingMeasurementRelationship value)
Sets the value of the 'Ranking To' reference.

Parameters:
value - the new value of the 'Ranking To' reference.
See Also:
getRankingTo()
Generated: