Uses of Interface
org.omg.smm.RankingMeasureRelationship
| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl | |
| org.omg.smm.util |
-
Uses of RankingMeasureRelationship in org.omg.smm
Methods in org.omg.smm that return RankingMeasureRelationship Modifier and Type Method Description RankingMeasureRelationshipSmmFactory. createRankingMeasureRelationship()Returns a new object of class 'Ranking Measure Relationship'.RankingMeasureRelationshipRankingMeasure. getRankingTo()Returns the value of the 'Ranking To' reference.Methods in org.omg.smm that return types with arguments of type RankingMeasureRelationship Modifier and Type Method Description org.eclipse.emf.common.util.EList<RankingMeasureRelationship>DimensionalMeasure. getRankingFrom()Returns the value of the 'Ranking From' reference list.Methods in org.omg.smm with parameters of type RankingMeasureRelationship Modifier and Type Method Description voidRankingMeasure. setRankingTo(RankingMeasureRelationship value)Sets the value of the 'Ranking To' reference. -
Uses of RankingMeasureRelationship in org.omg.smm.impl
Classes in org.omg.smm.impl that implement RankingMeasureRelationship Modifier and Type Class Description classRankingMeasureRelationshipImplAn implementation of the model object 'Ranking Measure Relationship'.Fields in org.omg.smm.impl declared as RankingMeasureRelationship Modifier and Type Field Description protected RankingMeasureRelationshipRankingMeasureImpl. rankingToThe cached value of the 'Ranking To' reference.Fields in org.omg.smm.impl with type parameters of type RankingMeasureRelationship Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<RankingMeasureRelationship>DimensionalMeasureImpl. rankingFromThe cached value of the 'Ranking From' reference list.Methods in org.omg.smm.impl that return RankingMeasureRelationship Modifier and Type Method Description RankingMeasureRelationshipRankingMeasureImpl. basicGetRankingTo()RankingMeasureRelationshipSmmFactoryImpl. createRankingMeasureRelationship()RankingMeasureRelationshipRankingMeasureImpl. getRankingTo()Methods in org.omg.smm.impl that return types with arguments of type RankingMeasureRelationship Modifier and Type Method Description org.eclipse.emf.common.util.EList<RankingMeasureRelationship>DimensionalMeasureImpl. getRankingFrom()Methods in org.omg.smm.impl with parameters of type RankingMeasureRelationship Modifier and Type Method Description voidRankingMeasureImpl. setRankingTo(RankingMeasureRelationship newRankingTo) -
Uses of RankingMeasureRelationship in org.omg.smm.util
Methods in org.omg.smm.util with parameters of type RankingMeasureRelationship Modifier and Type Method Description TSmmSwitch. caseRankingMeasureRelationship(RankingMeasureRelationship object)Returns the result of interpreting the object as an instance of 'Ranking Measure Relationship'.