org.eclipse.modisco.omg.smm
Interface EquivalentMeasureRelationship

All Superinterfaces:
MeasureRelationship, SmmElement, SmmRelationship

public interface EquivalentMeasureRelationship
extends MeasureRelationship

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

The following features are supported:

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

Method Summary
 Measure getFrom()
          Returns the value of the 'From' reference.
 Operation getMapping()
          Returns the value of the 'Mapping' reference.
 Measure getTo()
          Returns the value of the 'To' reference.
 void setFrom(Measure value)
          Sets the value of the 'From' reference.
 void setMapping(Operation value)
          Sets the value of the 'Mapping' reference.
 void setTo(Measure 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

getMapping

Operation getMapping()
Returns the value of the 'Mapping' reference.

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

Returns:
the value of the 'Mapping' reference.
See Also:
setMapping(Operation), SmmPackage.getEquivalentMeasureRelationship_Mapping()
Generated:
Model:

setMapping

void setMapping(Operation value)
Sets the value of the 'Mapping' reference.

Parameters:
value - the new value of the 'Mapping' reference.
See Also:
getMapping()
Generated:

getFrom

Measure getFrom()
Returns the value of the 'From' reference. It is bidirectional and its opposite is 'Equivalent 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(Measure), SmmPackage.getEquivalentMeasureRelationship_From(), Measure.getEquivalentTo()
Generated:
Model:
opposite="equivalentTo" required="true"

setFrom

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

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

getTo

Measure getTo()
Returns the value of the 'To' reference. It is bidirectional and its opposite is 'Equivalent 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(Measure), SmmPackage.getEquivalentMeasureRelationship_To(), Measure.getEquivalentFrom()
Generated:
Model:
opposite="equivalentFrom" required="true"

setTo

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

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