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 Summary
Constructors Constructor Description SharedParametersValidationHandler() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ValidationMessage>handleParameters(RuleEvaluationResult result, boolean errorOnTermNotInRule)Implementations of this method should take care that they always return a list, even if it is empty. 
 - 
 
- 
- 
Constructor Detail
- 
SharedParametersValidationHandler
public SharedParametersValidationHandler()
 
 - 
 
- 
Method Detail
- 
handleParameters
public List<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 interfaceCvTermValidationHandler- Parameters:
 result- the validation messages produced by this handler.errorOnTermNotInRule- flag to signal, whether unknown terms should yield an error.- Returns:
 
 
 - 
 
 -