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. | 
| 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()
String getRootToken()
LogicCriteria.getRootToken()Operand getRightOperand()
LogicTransform getTransform()
TransformOperatorvoid setTransform(LogicTransform transform)
TransformOperatorCopyright © 2024 OpenMRS Inc.. All rights reserved.