Interface CvTermValidationHandler

    • Method Detail

      • handleParameters

        List<de.isas.mztab2.model.ValidationMessage> handleParameters​(RuleEvaluationResult result,
                                                                      boolean errorOnTermNotInRule)
        Implementations of this method should take care that they always return a list, even if it is empty.
        Parameters:
        result - the validation messages produced by this handler.
        errorOnTermNotInRule - flag to signal, whether unknown terms should yield an error.
        Returns: