Interface ComparisonExpr
- All Superinterfaces:
BinaryExpr
,org.eclipse.emf.ecore.EObject
,Expr
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ComparisonExprImpl
A representation of the model object 'Comparison Expr'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetOp()
Returns the value of the 'Op' attribute.void
setOp
(ComparisonOp value) Sets the value of the 'Op
' attribute.Methods inherited from interface tools.refinery.language.model.problem.BinaryExpr
getLeft, getRight, setLeft, setRight
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getOp
ComparisonOp getOp()Returns the value of the 'Op' attribute. The literals are from the enumerationComparisonOp
.- Returns:
- the value of the 'Op' attribute.
- See Also:
-
setOp
Sets the value of the 'Op
' attribute.- Parameters:
value
- the new value of the 'Op' attribute.- See Also:
-