org.eclipse.modisco.omg.smm
Interface Base2MeasurementRelationship

All Superinterfaces:
MeasurementRelationship, SmmElement, SmmRelationship

public interface Base2MeasurementRelationship
extends MeasurementRelationship

A representation of the model object 'Base2 Measurement Relationship'.

The following features are supported:

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

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

Method Detail

getFrom

BinaryMeasurement getFrom()
Returns the value of the 'From' container reference. It is bidirectional and its opposite is 'Base Measurement2 To'.

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

Specified by:
getFrom in interface MeasurementRelationship
Specified by:
getFrom in interface SmmRelationship
Returns:
the value of the 'From' container reference.
See Also:
setFrom(BinaryMeasurement), SmmPackage.getBase2MeasurementRelationship_From(), BinaryMeasurement.getBaseMeasurement2To()
Generated:
Model:
opposite="baseMeasurement2To" required="true" transient="false"

setFrom

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

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

getTo

DimensionalMeasurement getTo()
Returns the value of the 'To' reference. It is bidirectional and its opposite is 'Base Measurement2 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 MeasurementRelationship
Specified by:
getTo in interface SmmRelationship
Returns:
the value of the 'To' reference.
See Also:
setTo(DimensionalMeasurement), SmmPackage.getBase2MeasurementRelationship_To(), DimensionalMeasurement.getBaseMeasurement2From()
Generated:
Model:
opposite="baseMeasurement2From" required="true"

setTo

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

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