Package org.omg.smm
Interface DirectMeasure
- All Superinterfaces:
AbstractMeasureElement,DimensionalMeasure,org.eclipse.emf.ecore.EObject,Measure,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Implementing Classes:
DirectMeasureImpl
public interface DirectMeasure extends DimensionalMeasure
A representation of the model object 'Direct Measure'.
The following features are supported:
- See Also:
SmmPackage.getDirectMeasure()
-
Method Summary
Modifier and Type Method Description OperationgetOperation()Returns the value of the 'Operation' reference.voidsetOperation(Operation value)Sets the value of the 'Operation' reference.Methods inherited from interface org.omg.smm.DimensionalMeasure
getBaseMeasure1From, getBaseMeasure2From, getBaseMeasureFrom, getFormula, getGradeFrom, getRankingFrom, getRescaleTo, getUnit, setFormula, setUnitMethods 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
-
getOperation
Operation getOperation()Returns the value of the 'Operation' reference.- Returns:
- the value of the 'Operation' reference.
- See Also:
setOperation(Operation),SmmPackage.getDirectMeasure_Operation()
-
setOperation
Sets the value of the 'Operation' reference.- Parameters:
value- the new value of the 'Operation' reference.- See Also:
getOperation()
-