Class SharedParametersValidationHandler
- java.lang.Object
- 
- de.isas.mztab2.validation.handlers.SharedParametersValidationHandler
 
- 
- All Implemented Interfaces:
- CvTermValidationHandler
 
 public class SharedParametersValidationHandler extends Object implements CvTermValidationHandler Implements support for validating multiple parameters and the intersection between terms as described by the rule and the actually found ones.- Author:
- nilshoffmann
 
- 
- 
Constructor SummaryConstructors Constructor Description SharedParametersValidationHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
 
- 
- 
- 
Method Detail- 
handleParameterspublic List<de.isas.mztab2.model.ValidationMessage> handleParameters(RuleEvaluationResult result, boolean errorOnTermNotInRule) Description copied from interface:CvTermValidationHandlerImplementations of this method should take care that they always return a list, even if it is empty.- Specified by:
- handleParametersin interface- CvTermValidationHandler
- Parameters:
- result- the validation messages produced by this handler.
- errorOnTermNotInRule- flag to signal, whether unknown terms should yield an error.
- Returns:
 
 
- 
 
-