org.eclipse.modisco.omg.smm
Interface MeasureRelationship

All Superinterfaces:
SmmElement, SmmRelationship
All Known Subinterfaces:
Base1MeasureRelationship, Base2MeasureRelationship, BaseMeasureRelationship, EquivalentMeasureRelationship, RankingMeasureRelationship, RecursiveMeasureRelationship, RefinementMeasureRelationship, RescaleMeasureRelationship

public interface MeasureRelationship
extends SmmRelationship

A representation of the model object 'Measure Relationship'.

The following features are supported:

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

Method Summary
 Measure getFrom()
           
 Operation getMeasurandQuery()
          Returns the value of the 'Measurand Query' reference.
 Measure getTo()
           
 void setMeasurandQuery(Operation value)
          Sets the value of the 'Measurand Query' reference.
 
Methods inherited from interface org.eclipse.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescription
 

Method Detail

getMeasurandQuery

Operation getMeasurandQuery()
Returns the value of the 'Measurand Query' reference.

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

Returns:
the value of the 'Measurand Query' reference.
See Also:
setMeasurandQuery(Operation), SmmPackage.getMeasureRelationship_MeasurandQuery()
Generated:
Model:

setMeasurandQuery

void setMeasurandQuery(Operation value)
Sets the value of the 'Measurand Query' reference.

Parameters:
value - the new value of the 'Measurand Query' reference.
See Also:
getMeasurandQuery()
Generated:

getTo

Measure getTo()

Specified by:
getTo in interface SmmRelationship
Generated:
Model:
kind="operation" required="true"

getFrom

Measure getFrom()

Specified by:
getFrom in interface SmmRelationship
Generated:
Model:
kind="operation" required="true"