public class SOperationImpl extends Object implements SOperation
| Constructor and Description |
|---|
SOperationImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SLeftOperand |
getLeftOperand() |
String |
getOperator() |
SExpression |
getRightOperand() |
SOperatorType |
getType() |
int |
hashCode() |
void |
setLeftOperand(SLeftOperand leftOperand) |
void |
setOperator(String operator) |
void |
setRightOperand(SExpression rightOperand) |
void |
setType(SOperatorType type) |
String |
toString() |
public void setLeftOperand(SLeftOperand leftOperand)
public void setOperator(String operator)
public void setType(SOperatorType type)
public void setRightOperand(SExpression rightOperand)
public SLeftOperand getLeftOperand()
getLeftOperand in interface SOperationpublic SOperatorType getType()
getType in interface SOperationpublic String getOperator()
getOperator in interface SOperationpublic SExpression getRightOperand()
getRightOperand in interface SOperationCopyright © 2018 Bonitasoft S.A.. All rights reserved.