public interface GradeMeasurement extends Measurement
The following features are supported:
SmmPackage.getGradeMeasurement()| Modifier and Type | Method and Description |
|---|---|
Operation |
getBaseQuery()
Returns the value of the 'Base Query' reference.
|
GradeMeasurementRelationship |
getGradeTo()
Returns the value of the 'Grade To' reference.
|
String |
getValue()
Returns the value of the 'Value' attribute.
|
boolean |
isIsBaseSupplied()
Returns the value of the 'Is Base Supplied' attribute.
|
void |
setBaseQuery(Operation value)
Sets the value of the '
Base Query' reference. |
void |
setGradeTo(GradeMeasurementRelationship value)
Sets the value of the '
Grade To' reference. |
void |
setIsBaseSupplied(boolean value)
Sets the value of the '
Is Base Supplied' attribute. |
void |
setValue(String value)
Sets the value of the '
Value' attribute. |
getBreakValue, getEquivalentFrom, getEquivalentTo, getError, getInbound, getMeasurand, getMeasureLabel, getMeasurementLabel, getMeasurementRelationships, getObservedMeasure, getOutbound, getRefinementFrom, getRefinementTo, setBreakValue, setError, setMeasurand, setObservedMeasuregetAnnotations, getAttributes, getDescription, getInRelationships, getName, getOutRelationships, getShortDescription, setDescription, setName, setShortDescriptionboolean isIsBaseSupplied()
setIsBaseSupplied(boolean),
SmmPackage.getGradeMeasurement_IsBaseSupplied()void setIsBaseSupplied(boolean value)
Is Base Supplied' attribute.
value - the new value of the 'Is Base Supplied' attribute.isIsBaseSupplied()String getValue()
setValue(String),
SmmPackage.getGradeMeasurement_Value()void setValue(String value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()GradeMeasurementRelationship getGradeTo()
setGradeTo(GradeMeasurementRelationship),
SmmPackage.getGradeMeasurement_GradeTo()void setGradeTo(GradeMeasurementRelationship value)
Grade To' reference.
value - the new value of the 'Grade To' reference.getGradeTo()Operation getBaseQuery()
setBaseQuery(Operation),
SmmPackage.getGradeMeasurement_BaseQuery()void setBaseQuery(Operation value)
Base Query' reference.
value - the new value of the 'Base Query' reference.getBaseQuery()Copyright © 2018–2020 Atlanmod. All rights reserved.