Package org.omg.smm
Interface GradeMeasurement
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Measurement,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Implementing Classes:
GradeMeasurementImpl
public interface GradeMeasurement extends Measurement
A representation of the model object 'Grade Measurement'.
The following features are supported:
- See Also:
SmmPackage.getGradeMeasurement()
-
Method Summary
Modifier and Type Method Description OperationgetBaseQuery()Returns the value of the 'Base Query' reference.GradeMeasurementRelationshipgetGradeTo()Returns the value of the 'Grade To' reference.StringgetValue()Returns the value of the 'Value' attribute.booleanisIsBaseSupplied()Returns the value of the 'Is Base Supplied' attribute.voidsetBaseQuery(Operation value)Sets the value of the 'Base Query' reference.voidsetGradeTo(GradeMeasurementRelationship value)Sets the value of the 'Grade To' reference.voidsetIsBaseSupplied(boolean value)Sets the value of the 'Is Base Supplied' attribute.voidsetValue(String value)Sets the value of the 'Value' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.omg.smm.Measurement
getBreakValue, getEquivalentFrom, getEquivalentTo, getError, getInbound, getMeasurand, getMeasureLabel, getMeasurementLabel, getMeasurementRelationships, getObservedMeasure, getOutbound, getRefinementFrom, getRefinementTo, setBreakValue, setError, setMeasurand, setObservedMeasureMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.omg.smm.SmmElement
getAnnotations, getAttributes, getDescription, getInRelationships, getName, getOutRelationships, getShortDescription, setDescription, setName, setShortDescription
-
Method Details
-
isIsBaseSupplied
boolean isIsBaseSupplied()Returns the value of the 'Is Base Supplied' attribute.- Returns:
- the value of the 'Is Base Supplied' attribute.
- See Also:
setIsBaseSupplied(boolean),SmmPackage.getGradeMeasurement_IsBaseSupplied()
-
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()
-
getValue
String getValue()Returns the value of the 'Value' attribute.- Returns:
- the value of the 'Value' attribute.
- See Also:
setValue(String),SmmPackage.getGradeMeasurement_Value()
-
setValue
Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
getValue()
-
getGradeTo
GradeMeasurementRelationship getGradeTo()Returns the value of the 'Grade To' reference.- Returns:
- the value of the 'Grade To' reference.
- See Also:
setGradeTo(GradeMeasurementRelationship),SmmPackage.getGradeMeasurement_GradeTo()
-
setGradeTo
Sets the value of the 'Grade To' reference.- Parameters:
value- the new value of the 'Grade To' reference.- See Also:
getGradeTo()
-
getBaseQuery
Operation getBaseQuery()Returns the value of the 'Base Query' reference.- Returns:
- the value of the 'Base Query' reference.
- See Also:
setBaseQuery(Operation),SmmPackage.getGradeMeasurement_BaseQuery()
-
setBaseQuery
Sets the value of the 'Base Query' reference.- Parameters:
value- the new value of the 'Base Query' reference.- See Also:
getBaseQuery()
-