Class NumberCriterion

    • Field Detail

      • s_error

        protected static final EvalError s_error
    • Constructor Detail

      • NumberCriterion

        public NumberCriterion()
    • Method Detail

      • createKeyMaker

        public Criterion.KeyMaker createKeyMaker​(ColumnModel columnModel)
        Description copied from class: Criterion
        Instantiates the criterion on a particular column model, making it possible to compare two rows together (since we now have access to the column index of the target column).
        Specified by:
        createKeyMaker in class Criterion