Uses of Interface
org.omg.smm.RankingMeasure
| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl | |
| org.omg.smm.util |
-
Uses of RankingMeasure in org.omg.smm
Methods in org.omg.smm that return RankingMeasure Modifier and Type Method Description RankingMeasureSmmFactory. createRankingMeasure()Returns a new object of class 'Ranking Measure'.RankingMeasureRankingInterval. getRanking()Returns the value of the 'Ranking' container reference.Methods in org.omg.smm with parameters of type RankingMeasure Modifier and Type Method Description voidRankingInterval. setRanking(RankingMeasure value)Sets the value of the 'Ranking' container reference. -
Uses of RankingMeasure in org.omg.smm.impl
Classes in org.omg.smm.impl that implement RankingMeasure Modifier and Type Class Description classRankingMeasureImplAn implementation of the model object 'Ranking Measure'.Methods in org.omg.smm.impl that return RankingMeasure Modifier and Type Method Description RankingMeasureRankingIntervalImpl. basicGetRanking()RankingMeasureSmmFactoryImpl. createRankingMeasure()RankingMeasureRankingIntervalImpl. getRanking()Methods in org.omg.smm.impl with parameters of type RankingMeasure Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainRankingIntervalImpl. basicSetRanking(RankingMeasure newRanking, org.eclipse.emf.common.notify.NotificationChain msgs)voidRankingIntervalImpl. setRanking(RankingMeasure newRanking) -
Uses of RankingMeasure in org.omg.smm.util
Methods in org.omg.smm.util with parameters of type RankingMeasure Modifier and Type Method Description TSmmSwitch. caseRankingMeasure(RankingMeasure object)Returns the result of interpreting the object as an instance of 'Ranking Measure'.