org.eclipse.modisco.omg.smm
Interface BaseMeasurementRelationship

All Superinterfaces:
MeasurementRelationship, SmmElement, SmmRelationship

public interface BaseMeasurementRelationship
extends MeasurementRelationship

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

The following features are supported:

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

Method Summary
 CollectiveMeasurement getFrom()
          Returns the value of the 'From' reference.
 DimensionalMeasurement getTo()
          Returns the value of the 'To' reference.
 void setFrom(CollectiveMeasurement value)
          Sets the value of the 'From' 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

CollectiveMeasurement getFrom()
Returns the value of the 'From' reference. It is bidirectional and its opposite is 'Base Measurement 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 MeasurementRelationship
Specified by:
getFrom in interface SmmRelationship
Returns:
the value of the 'From' reference.
See Also:
setFrom(CollectiveMeasurement), SmmPackage.getBaseMeasurementRelationship_From(), CollectiveMeasurement.getBaseMeasurementTo()
Generated:
Model:
opposite="baseMeasurementTo" required="true"

setFrom

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

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

getTo

DimensionalMeasurement getTo()
Returns the value of the 'To' reference. It is bidirectional and its opposite is 'Base Measurement 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.getBaseMeasurementRelationship_To(), DimensionalMeasurement.getBaseMeasurementFrom()
Generated:
Model:
opposite="baseMeasurementFrom" 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: