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

All Superinterfaces:
SmmElement, SmmRelationship

public interface MeasurementRelationship
extends SmmRelationship

A representation of the model object 'Measurement Relationship'.

The following features are supported:

See Also:
SmmPackage.getMeasurementRelationship()
Generated:
Model:
abstract="true"

Method Summary
 Measurement getFrom()
          Returns the value of the 'From' reference.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 Measurement getTo()
          Returns the value of the 'To' reference.
 void setFrom(Measurement value)
          Sets the value of the 'From' reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setTo(Measurement value)
          Sets the value of the 'To' reference.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModel
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), SmmPackage.getMeasurementRelationship_Name()
Generated:
Model:
required="true"

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:

getFrom

Measurement getFrom()
Returns the value of the 'From' reference. It is bidirectional and its opposite is 'Out Measurement'.

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

Specified by:
getFrom in interface SmmRelationship
Returns:
the value of the 'From' reference.
See Also:
setFrom(Measurement), SmmPackage.getMeasurementRelationship_From(), Measurement.getOutMeasurement()
Generated:
Model:
opposite="outMeasurement" required="true"

setFrom

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

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

getTo

Measurement getTo()
Returns the value of the 'To' reference. It is bidirectional and its opposite is 'In Measurement'.

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

Specified by:
getTo in interface SmmRelationship
Returns:
the value of the 'To' reference.
See Also:
setTo(Measurement), SmmPackage.getMeasurementRelationship_To(), Measurement.getInMeasurement()
Generated:
Model:
opposite="inMeasurement" required="true"

setTo

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

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