Package org.omg.smm
Interface RankingMeasurement
- All Superinterfaces:
DimensionalMeasurement,org.eclipse.emf.ecore.EObject,Measurement,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Implementing Classes:
RankingMeasurementImpl
public interface RankingMeasurement extends DimensionalMeasurement
A representation of the model object 'Ranking Measurement'.
The following features are supported:
- See Also:
SmmPackage.getRankingMeasurement()
-
Method Summary
Modifier and Type Method Description OperationgetBaseQuery()Returns the value of the 'Base Query' reference.BooleangetIsBaseSupplied()Returns the value of the 'Is Base Supplied' attribute.RankingMeasurementRelationshipgetRankingTo()Returns the value of the 'Ranking To' reference.voidsetBaseQuery(Operation value)Sets the value of the 'Base Query' reference.voidsetIsBaseSupplied(Boolean value)Sets the value of the 'Is Base Supplied' attribute.voidsetRankingTo(RankingMeasurementRelationship value)Sets the value of the 'Ranking To' reference.Methods inherited from interface org.omg.smm.DimensionalMeasurement
getBaseMeasurement1From, getBaseMeasurement2From, getBaseMeasurementFrom, getGradeFrom, getRankingFrom, getRescaleTo, getValue, setValueMethods 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
-
getBaseQuery
Operation getBaseQuery()Returns the value of the 'Base Query' reference.- Returns:
- the value of the 'Base Query' reference.
- See Also:
setBaseQuery(Operation),SmmPackage.getRankingMeasurement_BaseQuery()
-
setBaseQuery
Sets the value of the 'Base Query' reference.- Parameters:
value- the new value of the 'Base Query' reference.- See Also:
getBaseQuery()
-
getRankingTo
RankingMeasurementRelationship getRankingTo()Returns the value of the 'Ranking To' reference.- Returns:
- the value of the 'Ranking To' reference.
- See Also:
setRankingTo(RankingMeasurementRelationship),SmmPackage.getRankingMeasurement_RankingTo()
-
setRankingTo
Sets the value of the 'Ranking To' reference.- Parameters:
value- the new value of the 'Ranking To' reference.- See Also:
getRankingTo()
-
getIsBaseSupplied
Boolean getIsBaseSupplied()Returns the value of the 'Is Base Supplied' attribute.- Returns:
- the value of the 'Is Base Supplied' attribute.
- See Also:
setIsBaseSupplied(Boolean),SmmPackage.getRankingMeasurement_IsBaseSupplied()
-
setIsBaseSupplied
Sets the value of the 'Is Base Supplied' attribute.- Parameters:
value- the new value of the 'Is Base Supplied' attribute.- See Also:
getIsBaseSupplied()
-