Uses of Interface
org.eclipse.modisco.omg.smm.Ranking

Packages that use Ranking
org.eclipse.modisco.omg.smm   
org.eclipse.modisco.omg.smm.util   
 

Uses of Ranking in org.eclipse.modisco.omg.smm
 

Methods in org.eclipse.modisco.omg.smm that return Ranking
 Ranking SmmFactory.createRanking()
          Returns a new object of class 'Ranking'.
 Ranking RankingMeasureRelationship.getFrom()
          Returns the value of the 'From' reference.
 Ranking RankingInterval.getRank()
          Returns the value of the 'Rank' container reference.
 

Methods in org.eclipse.modisco.omg.smm with parameters of type Ranking
 void RankingMeasureRelationship.setFrom(Ranking value)
          Sets the value of the 'From' reference.
 void RankingInterval.setRank(Ranking value)
          Sets the value of the 'Rank' container reference.
 

Uses of Ranking in org.eclipse.modisco.omg.smm.util
 

Methods in org.eclipse.modisco.omg.smm.util with parameters of type Ranking
 T SmmSwitch.caseRanking(Ranking object)
          Returns the result of interpreting the object as an instance of 'Ranking'.