org.eclipse.gmt.modisco.omg.smm
Interface BinaryMeasure

All Superinterfaces:
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
 DimensionalMeasure getBaseMeasure1()
          Returns the value of the 'Base Measure1' reference.
 DimensionalMeasure getBaseMeasure2()
          Returns the value of the 'Base Measure2' reference.
 java.lang.String getFunctor()
          Returns the value of the 'Functor' attribute.
 void setBaseMeasure1(DimensionalMeasure value)
          Sets the value of the 'Base Measure1' reference.
 void setBaseMeasure2(DimensionalMeasure value)
          Sets the value of the 'Base Measure2' reference.
 void setFunctor(java.lang.String value)
          Sets the value of the 'Functor' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.DimensionalMeasure
getUnit, setUnit
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.Measure
getCategory, getEquivalentFrom, getEquivalentTo, getInMeasure, getLibrary, getMeasurement, getName, getOutMeasure, getRefinement, getScope, getTrait, setLibrary, setName, setScope, setTrait
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModel
 

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:

getBaseMeasure1

DimensionalMeasure getBaseMeasure1()
Returns the value of the 'Base Measure1' reference.

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

Returns:
the value of the 'Base Measure1' reference.
See Also:
setBaseMeasure1(DimensionalMeasure), SmmPackage.getBinaryMeasure_BaseMeasure1()
Generated:
Model:
required="true"

setBaseMeasure1

void setBaseMeasure1(DimensionalMeasure value)
Sets the value of the 'Base Measure1' reference.

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

getBaseMeasure2

DimensionalMeasure getBaseMeasure2()
Returns the value of the 'Base Measure2' reference.

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

Returns:
the value of the 'Base Measure2' reference.
See Also:
setBaseMeasure2(DimensionalMeasure), SmmPackage.getBinaryMeasure_BaseMeasure2()
Generated:
Model:
required="true"

setBaseMeasure2

void setBaseMeasure2(DimensionalMeasure value)
Sets the value of the 'Base Measure2' reference.

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