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

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

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

Methods in org.eclipse.modisco.omg.smm that return RankingMeasureRelationship
 RankingMeasureRelationship SmmFactory.createRankingMeasureRelationship()
          Returns a new object of class 'Ranking Measure Relationship'.
 RankingMeasureRelationship Ranking.getRankingTo()
          Returns the value of the 'Ranking To' reference.
 

Methods in org.eclipse.modisco.omg.smm with parameters of type RankingMeasureRelationship
 void Ranking.setRankingTo(RankingMeasureRelationship value)
          Sets the value of the 'Ranking To' reference.
 

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

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