Uses of Interface
org.omg.smm.GradeMeasureRelationship
| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl | |
| org.omg.smm.util |
-
Uses of GradeMeasureRelationship in org.omg.smm
Methods in org.omg.smm that return GradeMeasureRelationship Modifier and Type Method Description GradeMeasureRelationshipSmmFactory. createGradeMeasureRelationship()Returns a new object of class 'Grade Measure Relationship'.GradeMeasureRelationshipGradeMeasure. getGradeTo()Returns the value of the 'Grade To' reference.Methods in org.omg.smm that return types with arguments of type GradeMeasureRelationship Modifier and Type Method Description org.eclipse.emf.common.util.EList<GradeMeasureRelationship>DimensionalMeasure. getGradeFrom()Returns the value of the 'Grade From' reference list.Methods in org.omg.smm with parameters of type GradeMeasureRelationship Modifier and Type Method Description voidGradeMeasure. setGradeTo(GradeMeasureRelationship value)Sets the value of the 'Grade To' reference. -
Uses of GradeMeasureRelationship in org.omg.smm.impl
Classes in org.omg.smm.impl that implement GradeMeasureRelationship Modifier and Type Class Description classGradeMeasureRelationshipImplAn implementation of the model object 'Grade Measure Relationship'.Fields in org.omg.smm.impl declared as GradeMeasureRelationship Modifier and Type Field Description protected GradeMeasureRelationshipGradeMeasureImpl. gradeToThe cached value of the 'Grade To' reference.Fields in org.omg.smm.impl with type parameters of type GradeMeasureRelationship Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<GradeMeasureRelationship>DimensionalMeasureImpl. gradeFromThe cached value of the 'Grade From' reference list.Methods in org.omg.smm.impl that return GradeMeasureRelationship Modifier and Type Method Description GradeMeasureRelationshipGradeMeasureImpl. basicGetGradeTo()GradeMeasureRelationshipSmmFactoryImpl. createGradeMeasureRelationship()GradeMeasureRelationshipGradeMeasureImpl. getGradeTo()Methods in org.omg.smm.impl that return types with arguments of type GradeMeasureRelationship Modifier and Type Method Description org.eclipse.emf.common.util.EList<GradeMeasureRelationship>DimensionalMeasureImpl. getGradeFrom()Methods in org.omg.smm.impl with parameters of type GradeMeasureRelationship Modifier and Type Method Description voidGradeMeasureImpl. setGradeTo(GradeMeasureRelationship newGradeTo) -
Uses of GradeMeasureRelationship in org.omg.smm.util
Methods in org.omg.smm.util with parameters of type GradeMeasureRelationship Modifier and Type Method Description TSmmSwitch. caseGradeMeasureRelationship(GradeMeasureRelationship object)Returns the result of interpreting the object as an instance of 'Grade Measure Relationship'.