Class CompareVariableNumericallyRule

  • All Implemented Interfaces:
    Referenceable

    public class CompareVariableNumericallyRule
    extends Rule
    Compares two IA variables numerically
    Version:
    1.0
    Author:
    Jiju Jacob
    • Constructor Detail

      • CompareVariableNumericallyRule

        public CompareVariableNumericallyRule()
    • Method Detail

      • getOperandOne

        public java.lang.String getOperandOne()
        Operand one
      • setOperandOne

        public void setOperandOne​(java.lang.String OperandOne)
        Operand one
      • getOperandTwo

        public java.lang.String getOperandTwo()
        Operand two
      • setOperandTwo

        public void setOperandTwo​(java.lang.String OperandTwo)
        Operand two
      • getOperation

        public java.lang.String getOperation()
        "equal to" for num_equals, "not equal to" for num_not_equals, "less than" for num less than, "less than or equals" for num_less than or equals, "greater than" for greater_than and "greater than or equals" for greater_than_or_equals
      • setOperation

        public void setOperation​(java.lang.String Operation)
        "equal to" for num_equals, "not equal to" for num_not_equals, "less than" for num less than, "less than or equals" for num_less than or equals, "greater than" for greater_than and "greater than or equals" for greater_than_or_equals