org.eclipse.modisco.omg.smm
Interface BinaryMeasurement

All Superinterfaces:
DimensionalMeasurement, Measurement, SmmElement
All Known Subinterfaces:
RatioMeasurement

public interface BinaryMeasurement
extends DimensionalMeasurement

A representation of the model object 'Binary Measurement'.

The following features are supported:

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

Method Summary
 Base1MeasurementRelationship getBaseMeasurement1To()
          Returns the value of the 'Base Measurement1 To' containment reference.
 Base2MeasurementRelationship getBaseMeasurement2To()
          Returns the value of the 'Base Measurement2 To' containment reference.
 boolean isIsBaseSupplied()
          Returns the value of the 'Is Base Supplied' attribute.
 void setBaseMeasurement1To(Base1MeasurementRelationship value)
          Sets the value of the 'Base Measurement1 To' containment reference.
 void setBaseMeasurement2To(Base2MeasurementRelationship value)
          Sets the value of the 'Base Measurement2 To' containment reference.
 void setIsBaseSupplied(boolean value)
          Sets the value of the 'Is Base Supplied' attribute.
 
Methods inherited from interface org.eclipse.modisco.omg.smm.DimensionalMeasurement
getBaseMeasurement1From, getBaseMeasurement2From, getBaseMeasurementFrom, getRankingFrom, getRescaleTo, getValue, setValue
 
Methods inherited from interface org.eclipse.modisco.omg.smm.Measurement
getBreakValue, getEquivalentFrom, getEquivalentTo, getError, getMeasurand, getMeasureLabel, getMeasurementLabel, getMeasurementRelationships, getRecursiveFrom, getRecursiveTo, getRefinementFrom, getRefinementTo, setBreakValue, setError, setMeasurand, setRecursiveTo
 
Methods inherited from interface org.eclipse.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescription
 

Method Detail

getBaseMeasurement1To

Base1MeasurementRelationship getBaseMeasurement1To()
Returns the value of the 'Base Measurement1 To' containment reference. It is bidirectional and its opposite is 'From'.

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

Returns:
the value of the 'Base Measurement1 To' containment reference.
See Also:
setBaseMeasurement1To(Base1MeasurementRelationship), SmmPackage.getBinaryMeasurement_BaseMeasurement1To(), Base1MeasurementRelationship.getFrom()
Generated:
Model:
opposite="from" containment="true"

setBaseMeasurement1To

void setBaseMeasurement1To(Base1MeasurementRelationship value)
Sets the value of the 'Base Measurement1 To' containment reference.

Parameters:
value - the new value of the 'Base Measurement1 To' containment reference.
See Also:
getBaseMeasurement1To()
Generated:

getBaseMeasurement2To

Base2MeasurementRelationship getBaseMeasurement2To()
Returns the value of the 'Base Measurement2 To' containment reference. It is bidirectional and its opposite is 'From'.

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

Returns:
the value of the 'Base Measurement2 To' containment reference.
See Also:
setBaseMeasurement2To(Base2MeasurementRelationship), SmmPackage.getBinaryMeasurement_BaseMeasurement2To(), Base2MeasurementRelationship.getFrom()
Generated:
Model:
opposite="from" containment="true"

setBaseMeasurement2To

void setBaseMeasurement2To(Base2MeasurementRelationship value)
Sets the value of the 'Base Measurement2 To' containment reference.

Parameters:
value - the new value of the 'Base Measurement2 To' containment reference.
See Also:
getBaseMeasurement2To()
Generated:

isIsBaseSupplied

boolean isIsBaseSupplied()
Returns the value of the 'Is Base Supplied' attribute.

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

Returns:
the value of the 'Is Base Supplied' attribute.
See Also:
setIsBaseSupplied(boolean), SmmPackage.getBinaryMeasurement_IsBaseSupplied()
Generated:
Model:
required="true"

setIsBaseSupplied

void setIsBaseSupplied(boolean value)
Sets the value of the 'Is Base Supplied' attribute.

Parameters:
value - the new value of the 'Is Base Supplied' attribute.
See Also:
isIsBaseSupplied()
Generated: