public class OperationImpl extends Object implements Operation
| Constructor and Description |
|---|
OperationImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ModelFinderVisitor visitor,
long modelId) |
Operation |
copy() |
boolean |
equals(Object obj) |
LeftOperand |
getLeftOperand() |
String |
getOperator() |
Expression |
getRightOperand() |
OperatorType |
getType() |
LeftOperand |
getVariableToSet()
Deprecated.
As of 6.0 replaced by
getLeftOperand() |
int |
hashCode() |
void |
setLeftOperand(LeftOperand leftOperand) |
void |
setOperator(String operator) |
void |
setOperatorInputType(String operatorInputType) |
void |
setRightOperand(Expression rightOperand) |
void |
setType(OperatorType type) |
void |
setVariableToSet(LeftOperand variableToSet)
Deprecated.
As of 6.0 replaced by
setLeftOperand(LeftOperand) |
String |
toString() |
public void setLeftOperand(LeftOperand leftOperand)
@Deprecated public void setVariableToSet(LeftOperand variableToSet)
setLeftOperand(LeftOperand)public void setOperator(String operator)
public void setOperatorInputType(String operatorInputType)
public void setType(OperatorType type)
public void setRightOperand(Expression rightOperand)
public LeftOperand getLeftOperand()
getLeftOperand in interface OperationLeftOperand of this Operation, representing what entity will be set after execution.@Deprecated public LeftOperand getVariableToSet()
getLeftOperand()getVariableToSet in interface Operationpublic OperatorType getType()
public String getOperator()
getOperator in interface OperationOperation,as a String.public Expression getRightOperand()
getRightOperand in interface OperationExpression to be evaluated before executing the operationpublic void accept(ModelFinderVisitor visitor, long modelId)
Copyright © 2018 Bonitasoft S.A.. All rights reserved.