Package org.omg.smm
Interface BinaryMeasurement
- All Superinterfaces:
DimensionalMeasurement,org.eclipse.emf.ecore.EObject,Measurement,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Subinterfaces:
RatioMeasurement
- All Known Implementing Classes:
BinaryMeasurementImpl,RatioMeasurementImpl
public interface BinaryMeasurement extends DimensionalMeasurement
A representation of the model object 'Binary Measurement'.
The following features are supported:
- See Also:
SmmPackage.getBinaryMeasurement()
-
Method Summary
Modifier and Type Method Description Base1MeasurementRelationshipgetBaseMeasurement1To()Returns the value of the 'Base Measurement1 To' reference.Base2MeasurementRelationshipgetBaseMeasurement2To()Returns the value of the 'Base Measurement2 To' reference.OperationgetBaseQuery()Returns the value of the 'Base Query' reference.BooleangetIsBaseSupplied()Returns the value of the 'Is Base Supplied' attribute.voidsetBaseMeasurement1To(Base1MeasurementRelationship value)Sets the value of the 'Base Measurement1 To' reference.voidsetBaseMeasurement2To(Base2MeasurementRelationship value)Sets the value of the 'Base Measurement2 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.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
-
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.getBinaryMeasurement_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()
-
getBaseMeasurement2To
Base2MeasurementRelationship getBaseMeasurement2To()Returns the value of the 'Base Measurement2 To' reference.- Returns:
- the value of the 'Base Measurement2 To' reference.
- See Also:
setBaseMeasurement2To(Base2MeasurementRelationship),SmmPackage.getBinaryMeasurement_BaseMeasurement2To()
-
setBaseMeasurement2To
Sets the value of the 'Base Measurement2 To' reference.- Parameters:
value- the new value of the 'Base Measurement2 To' reference.- See Also:
getBaseMeasurement2To()
-
getBaseMeasurement1To
Base1MeasurementRelationship getBaseMeasurement1To()Returns the value of the 'Base Measurement1 To' reference.- Returns:
- the value of the 'Base Measurement1 To' reference.
- See Also:
setBaseMeasurement1To(Base1MeasurementRelationship),SmmPackage.getBinaryMeasurement_BaseMeasurement1To()
-
setBaseMeasurement1To
Sets the value of the 'Base Measurement1 To' reference.- Parameters:
value- the new value of the 'Base Measurement1 To' reference.- See Also:
getBaseMeasurement1To()
-
getBaseQuery
Operation getBaseQuery()Returns the value of the 'Base Query' reference.- Returns:
- the value of the 'Base Query' reference.
- See Also:
setBaseQuery(Operation),SmmPackage.getBinaryMeasurement_BaseQuery()
-
setBaseQuery
Sets the value of the 'Base Query' reference.- Parameters:
value- the new value of the 'Base Query' reference.- See Also:
getBaseQuery()
-