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

All Superinterfaces:
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.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.Measure
getCategory, getEquivalentFrom, getEquivalentTo, getInMeasure, getLibrary, getMeasurement, getName, getOutMeasure, getRefinement, getScope, getTrait, setLibrary, setName, setScope, setTrait
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModel
 

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"