Class EmptyRuleHandler


  • public class EmptyRuleHandler
    extends Object
    Implements handling of rules that have no cv parameter match. Depending on the requirement level, this may raise an Info, Warning or Error level message.
    Author:
    nilshoffmann
    • Constructor Detail

      • EmptyRuleHandler

        public EmptyRuleHandler()
    • Method Detail

      • handleRule

        public List<de.isas.mztab2.model.ValidationMessage> handleRule​(info.psidev.cvmapping.CvMappingRule rule,
                                                                       List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,​de.isas.mztab2.model.Parameter>> selection)