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
-
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:
-