org.eclipse.modisco.omg.smm
Interface Ranking

All Superinterfaces:
AbstractMeasureElement, Measure, SmmElement

public interface Ranking
extends Measure

A representation of the model object 'Ranking'.

The following features are supported:

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

Method Summary
  getInterval()
          Returns the value of the 'Interval' containment reference list.
 RankingMeasureRelationship getRankingTo()
          Returns the value of the 'Ranking To' reference.
 void setRankingTo(RankingMeasureRelationship value)
          Sets the value of the 'Ranking To' reference.
 
Methods inherited from interface org.eclipse.modisco.omg.smm.Measure
getAllArguments, getArguments, getCategory, getDefaultQuery, getEquivalentFrom, getEquivalentTo, getMeasureLabelFormat, getMeasurementLabelFormat, getMeasureRelationships, getRecursiveFrom, getRecursiveTo, getRefinementFrom, getRefinementTo, getScope, getTrait, isVisible, setDefaultQuery, setMeasureLabelFormat, setMeasurementLabelFormat, setRecursiveFrom, setRecursiveTo, setScope, setTrait, setVisible
 
Methods inherited from interface org.eclipse.modisco.omg.smm.AbstractMeasureElement
getInCategory
 
Methods inherited from interface org.eclipse.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescription
 

Method Detail

getInterval

 getInterval()
Returns the value of the 'Interval' containment reference list. The list contents are of type RankingInterval. It is bidirectional and its opposite is 'Rank'.

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

Returns:
the value of the 'Interval' containment reference list.
See Also:
SmmPackage.getRanking_Interval(), RankingInterval.getRank()
Generated:
Model:
opposite="rank" containment="true" required="true"

getRankingTo

RankingMeasureRelationship getRankingTo()
Returns the value of the 'Ranking To' reference. It is bidirectional and its opposite is 'From'.

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

Returns:
the value of the 'Ranking To' reference.
See Also:
setRankingTo(RankingMeasureRelationship), SmmPackage.getRanking_RankingTo(), RankingMeasureRelationship.getFrom()
Generated:
Model:
opposite="from"

setRankingTo

void setRankingTo(RankingMeasureRelationship value)
Sets the value of the 'Ranking To' reference.

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