public interface LogicExpression extends Operand
LogicExpressionBinary -- (Operand Operator Operand)LogicExpressionUnary  -- (Operator Operand)| Modifier and Type | Method and Description | 
|---|---|
Operator | 
getOperator()
Get the operator for the current LogicExpression 
 | 
Operand | 
getRightOperand()
Get the right operand of the LogicExpression. 
 | 
java.lang.String | 
getRootToken()
Method to get the root token of the current LogicCriteria. 
 | 
LogicTransform | 
getTransform()
Get the transformation expression applied to the LogicExpression 
 | 
void | 
setTransform(LogicTransform transform)
Set the transformation expression applied to the LogicExpression 
 | 
Operator getOperator()
java.lang.String getRootToken()
LogicCriteria.getRootToken()Operand getRightOperand()
LogicTransform getTransform()
TransformOperatorvoid setTransform(LogicTransform transform)
TransformOperatorCopyright © 2018 OpenMRS Inc.. All Rights Reserved.