Class EmptyRuleHandler
- java.lang.Object
-
- de.isas.mztab2.validation.handlers.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 Summary
Constructors Constructor Description EmptyRuleHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-