Interface RosettaBinaryOperation
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,HasGeneratedInput,org.eclipse.emf.common.notify.Notifier,RosettaExpression,RosettaOperation
- All Known Subinterfaces:
ArithmeticOperation,ComparisonOperation,DefaultOperation,EqualityOperation,JoinOperation,LogicalOperation,ModifiableBinaryOperation,RosettaContainsExpression,RosettaDisjointExpression
- All Known Implementing Classes:
ArithmeticOperationImpl,ComparisonOperationImpl,DefaultOperationImpl,EqualityOperationImpl,JoinOperationImpl,LogicalOperationImpl,RosettaContainsExpressionImpl,RosettaDisjointExpressionImpl
A representation of the model object 'Rosetta Binary Operation'.
*
Binary operations
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptiongetInput()getLeft()Returns the value of the 'Left' containment reference.getRight()Returns the value of the 'Right' containment reference.booleanvoidvoidsetLeft(RosettaExpression value) Sets the value of the 'Left' containment reference.voidsetRight(RosettaExpression value) Sets the value of the 'Right' containment 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 com.regnosys.rosetta.rosetta.expression.HasGeneratedInput
isGeneratedInputWasSet, setGeneratedInputWasSetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com.regnosys.rosetta.rosetta.expression.RosettaExpression
isGenerated, setGeneratedMethods inherited from interface com.regnosys.rosetta.rosetta.expression.RosettaOperation
getOperator, setOperator
-
Method Details
-
getLeft
RosettaExpression getLeft()Returns the value of the 'Left' containment reference.- Returns:
- the value of the 'Left' containment reference.
- See Also:
-
setLeft
Sets the value of the 'Left' containment reference.- Parameters:
value- the new value of the 'Left' containment reference.- See Also:
-
getRight
RosettaExpression getRight()Returns the value of the 'Right' containment reference.- Returns:
- the value of the 'Right' containment reference.
- See Also:
-
setRight
Sets the value of the 'Right' containment reference.- Parameters:
value- the new value of the 'Right' containment reference.- See Also:
-
getInput
RosettaExpression getInput()- Specified by:
getInputin interfaceHasGeneratedInput
-
setGeneratedInputIfAbsent
- Specified by:
setGeneratedInputIfAbsentin interfaceHasGeneratedInput
-
needsGeneratedInput
boolean needsGeneratedInput()- Specified by:
needsGeneratedInputin interfaceHasGeneratedInput
-