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

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

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

Methods in org.eclipse.modisco.omg.smm that return Grade
 Grade SmmFactory.createGrade()
          Returns a new object of class 'Grade'.
 Grade RankingMeasurementRelationship.getFrom()
          Returns the value of the 'From' reference.
 

Methods in org.eclipse.modisco.omg.smm with parameters of type Grade
 void RankingMeasurementRelationship.setFrom(Grade value)
          Sets the value of the 'From' reference.
 

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

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