Package org.omg.smm
Interface GradeMeasure
- All Superinterfaces:
AbstractMeasureElement,org.eclipse.emf.ecore.EObject,Measure,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Implementing Classes:
GradeMeasureImpl
public interface GradeMeasure extends Measure
A representation of the model object 'Grade Measure'.
The following features are supported:
- See Also:
SmmPackage.getGradeMeasure()
-
Method Summary
Modifier and Type Method Description GradeMeasureRelationshipgetGradeTo()Returns the value of the 'Grade To' reference.org.eclipse.emf.common.util.EList<GradeInterval>getInterval()Returns the value of the 'Interval' containment reference list.voidsetGradeTo(GradeMeasureRelationship value)Sets the value of the 'Grade To' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.omg.smm.Measure
getAllArguments, getArguments, getCategory, getCustomScale, getDefaultQuery, getEquivalentFrom, getEquivalentTo, getInbound, getMeasureLabelFormat, getMeasurementLabelFormat, getMeasureRelationships, getOutbound, getRefinementFrom, getRefinementTo, getScale, getScope, getSource, getTrait, getVisible, setCustomScale, setDefaultQuery, setMeasureLabelFormat, setMeasurementLabelFormat, setScale, setScope, setSource, setTrait, setVisibleMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.omg.smm.SmmElement
getAnnotations, getAttributes, getDescription, getInRelationships, getName, getOutRelationships, getShortDescription, setDescription, setName, setShortDescription
-
Method Details
-
getGradeTo
GradeMeasureRelationship getGradeTo()Returns the value of the 'Grade To' reference.- Returns:
- the value of the 'Grade To' reference.
- See Also:
setGradeTo(GradeMeasureRelationship),SmmPackage.getGradeMeasure_GradeTo()
-
setGradeTo
Sets the value of the 'Grade To' reference.- Parameters:
value- the new value of the 'Grade To' reference.- See Also:
getGradeTo()
-
getInterval
org.eclipse.emf.common.util.EList<GradeInterval> getInterval()Returns the value of the 'Interval' containment reference list. The list contents are of typeGradeInterval.- Returns:
- the value of the 'Interval' containment reference list.
- See Also:
SmmPackage.getGradeMeasure_Interval()
-