org.eclipse.modisco.omg.smm
Interface BinaryMeasure

All Superinterfaces:
AbstractMeasureElement, DimensionalMeasure, Measure, SmmElement
All Known Subinterfaces:
RatioMeasure

public interface BinaryMeasure
extends DimensionalMeasure

A representation of the model object 'Binary Measure'.

The following features are supported:

See Also:
SmmPackage.getBinaryMeasure()
Generated:
Model:

Method Summary
 Base1MeasureRelationship getBaseMeasure1To()
          Returns the value of the 'Base Measure1 To' reference.
 Base2MeasureRelationship getBaseMeasure2To()
          Returns the value of the 'Base Measure2 To' reference.
 java.lang.String getFunctor()
          Returns the value of the 'Functor' attribute.
 void setBaseMeasure1To(Base1MeasureRelationship value)
          Sets the value of the 'Base Measure1 To' reference.
 void setBaseMeasure2To(Base2MeasureRelationship value)
          Sets the value of the 'Base Measure2 To' reference.
 void setFunctor(java.lang.String value)
          Sets the value of the 'Functor' attribute.
 
Methods inherited from interface org.eclipse.modisco.omg.smm.DimensionalMeasure
getBaseMeasure1From, getBaseMeasure2From, getBaseMeasureFrom, getRankingFrom, getRescaleTo, getUnit, setRescaleTo, setUnit
 
Methods inherited from interface org.eclipse.modisco.omg.smm.Measure
getAllArguments, getArguments, getCategory, getDefaultQuery, getEquivalentFrom, getEquivalentTo, getMeasureLabelFormat, getMeasurementLabelFormat, getMeasureRelationships, getRecursiveFrom, getRecursiveTo, getRefinementFrom, getRefinementTo, getScope, getTrait, isVisible, setDefaultQuery, setMeasureLabelFormat, setMeasurementLabelFormat, setRecursiveFrom, setRecursiveTo, setScope, setTrait, setVisible
 
Methods inherited from interface org.eclipse.modisco.omg.smm.AbstractMeasureElement
getInCategory
 
Methods inherited from interface org.eclipse.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescription
 

Method Detail

getFunctor

java.lang.String getFunctor()
Returns the value of the 'Functor' attribute.

If the meaning of the 'Functor' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Functor' attribute.
See Also:
setFunctor(String), SmmPackage.getBinaryMeasure_Functor()
Generated:
Model:
required="true"

setFunctor

void setFunctor(java.lang.String value)
Sets the value of the 'Functor' attribute.

Parameters:
value - the new value of the 'Functor' attribute.
See Also:
getFunctor()
Generated:

getBaseMeasure1To

Base1MeasureRelationship getBaseMeasure1To()
Returns the value of the 'Base Measure1 To' reference. It is bidirectional and its opposite is 'From'.

If the meaning of the 'Base Measure1 To' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Base Measure1 To' reference.
See Also:
setBaseMeasure1To(Base1MeasureRelationship), SmmPackage.getBinaryMeasure_BaseMeasure1To(), Base1MeasureRelationship.getFrom()
Generated:
Model:
opposite="from" required="true"

setBaseMeasure1To

void setBaseMeasure1To(Base1MeasureRelationship value)
Sets the value of the 'Base Measure1 To' reference.

Parameters:
value - the new value of the 'Base Measure1 To' reference.
See Also:
getBaseMeasure1To()
Generated:

getBaseMeasure2To

Base2MeasureRelationship getBaseMeasure2To()
Returns the value of the 'Base Measure2 To' reference. It is bidirectional and its opposite is 'From'.

If the meaning of the 'Base Measure2 To' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Base Measure2 To' reference.
See Also:
setBaseMeasure2To(Base2MeasureRelationship), SmmPackage.getBinaryMeasure_BaseMeasure2To(), Base2MeasureRelationship.getFrom()
Generated:
Model:
opposite="from" required="true"

setBaseMeasure2To

void setBaseMeasure2To(Base2MeasureRelationship value)
Sets the value of the 'Base Measure2 To' reference.

Parameters:
value - the new value of the 'Base Measure2 To' reference.
See Also:
getBaseMeasure2To()
Generated: