org.eclipse.modisco.omg.smm
Interface Base1MeasureRelationship

All Superinterfaces:
MeasureRelationship, SmmElement, SmmRelationship

public interface Base1MeasureRelationship
extends MeasureRelationship

A representation of the model object 'Base1 Measure Relationship'.

The following features are supported:

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

Method Summary
 BinaryMeasure getFrom()
          Returns the value of the 'From' reference.
 DimensionalMeasure getTo()
          Returns the value of the 'To' reference.
 void setFrom(BinaryMeasure value)
          Sets the value of the 'From' reference.
 void setTo(DimensionalMeasure value)
          Sets the value of the 'To' reference.
 
Methods inherited from interface org.eclipse.modisco.omg.smm.MeasureRelationship
getMeasurandQuery, setMeasurandQuery
 
Methods inherited from interface org.eclipse.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescription
 

Method Detail

getFrom

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

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

Specified by:
getFrom in interface MeasureRelationship
Specified by:
getFrom in interface SmmRelationship
Returns:
the value of the 'From' reference.
See Also:
setFrom(BinaryMeasure), SmmPackage.getBase1MeasureRelationship_From(), BinaryMeasure.getBaseMeasure1To()
Generated:
Model:
opposite="baseMeasure1To" required="true"

setFrom

void setFrom(BinaryMeasure value)
Sets the value of the 'From' reference.

Parameters:
value - the new value of the 'From' reference.
See Also:
getFrom()
Generated:

getTo

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

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

Specified by:
getTo in interface MeasureRelationship
Specified by:
getTo in interface SmmRelationship
Returns:
the value of the 'To' reference.
See Also:
setTo(DimensionalMeasure), SmmPackage.getBase1MeasureRelationship_To(), DimensionalMeasure.getBaseMeasure1From()
Generated:
Model:
opposite="baseMeasure1From" required="true"

setTo

void setTo(DimensionalMeasure value)
Sets the value of the 'To' reference.

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