Package org.omg.smm
Interface BinaryMeasure
- All Superinterfaces:
AbstractMeasureElement,DimensionalMeasure,org.eclipse.emf.ecore.EObject,Measure,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Subinterfaces:
RatioMeasure
- All Known Implementing Classes:
BinaryMeasureImpl,RatioMeasureImpl
public interface BinaryMeasure extends DimensionalMeasure
A representation of the model object 'Binary Measure'.
The following features are supported:
- See Also:
SmmPackage.getBinaryMeasure()
-
Method Summary
Modifier and Type Method Description Base1MeasureRelationshipgetBaseMeasure1To()Returns the value of the 'Base Measure1 To' reference.Base2MeasureRelationshipgetBaseMeasure2To()Returns the value of the 'Base Measure2 To' reference.OperationgetCustomFunctor()Returns the value of the 'Custom Functor' reference.BinaryFunctorgetFunctor()Returns the value of the 'Functor' attribute.voidsetBaseMeasure1To(Base1MeasureRelationship value)Sets the value of the 'Base Measure1 To' reference.voidsetBaseMeasure2To(Base2MeasureRelationship value)Sets the value of the 'Base Measure2 To' reference.voidsetCustomFunctor(Operation value)Sets the value of the 'Custom Functor' reference.voidsetFunctor(BinaryFunctor value)Sets the value of the 'Functor' attribute.Methods inherited from interface org.omg.smm.DimensionalMeasure
getBaseMeasure1From, getBaseMeasure2From, getBaseMeasureFrom, getFormula, getGradeFrom, getRankingFrom, getRescaleTo, getUnit, setFormula, setUnitMethods 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.Measure
getAllArguments, getArguments, getCategory, getCustomScale, getDefaultQuery, getEquivalentFrom, getEquivalentTo, getInbound, getMeasureLabelFormat, getMeasurementLabelFormat, getMeasureRelationships, getOutbound, getRefinementFrom, getRefinementTo, getScale, getScope, getSource, getTrait, getVisible, setCustomScale, setDefaultQuery, setMeasureLabelFormat, setMeasurementLabelFormat, setScale, setScope, setSource, setTrait, setVisibleMethods 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
-
getFunctor
BinaryFunctor getFunctor()Returns the value of the 'Functor' attribute. The literals are from the enumerationBinaryFunctor.- Returns:
- the value of the 'Functor' attribute.
- See Also:
BinaryFunctor,setFunctor(BinaryFunctor),SmmPackage.getBinaryMeasure_Functor()
-
setFunctor
Sets the value of the 'Functor' attribute.- Parameters:
value- the new value of the 'Functor' attribute.- See Also:
BinaryFunctor,getFunctor()
-
getBaseMeasure1To
Base1MeasureRelationship getBaseMeasure1To()Returns the value of the 'Base Measure1 To' reference.- Returns:
- the value of the 'Base Measure1 To' reference.
- See Also:
setBaseMeasure1To(Base1MeasureRelationship),SmmPackage.getBinaryMeasure_BaseMeasure1To()
-
setBaseMeasure1To
Sets the value of the 'Base Measure1 To' reference.- Parameters:
value- the new value of the 'Base Measure1 To' reference.- See Also:
getBaseMeasure1To()
-
getBaseMeasure2To
Base2MeasureRelationship getBaseMeasure2To()Returns the value of the 'Base Measure2 To' reference.- Returns:
- the value of the 'Base Measure2 To' reference.
- See Also:
setBaseMeasure2To(Base2MeasureRelationship),SmmPackage.getBinaryMeasure_BaseMeasure2To()
-
setBaseMeasure2To
Sets the value of the 'Base Measure2 To' reference.- Parameters:
value- the new value of the 'Base Measure2 To' reference.- See Also:
getBaseMeasure2To()
-
getCustomFunctor
Operation getCustomFunctor()Returns the value of the 'Custom Functor' reference.- Returns:
- the value of the 'Custom Functor' reference.
- See Also:
setCustomFunctor(Operation),SmmPackage.getBinaryMeasure_CustomFunctor()
-
setCustomFunctor
Sets the value of the 'Custom Functor' reference.- Parameters:
value- the new value of the 'Custom Functor' reference.- See Also:
getCustomFunctor()
-