Interface LatticeBinaryExpr
- All Superinterfaces:
BinaryExpr
,org.eclipse.emf.ecore.EObject
,Expr
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
LatticeBinaryExprImpl
A representation of the model object 'Lattice Binary Expr'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetOp()
Returns the value of the 'Op' attribute.void
setOp
(LatticeBinaryOp 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
LatticeBinaryOp getOp()Returns the value of the 'Op' attribute. The literals are from the enumerationLatticeBinaryOp
.- 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:
-