Package de.isas.mztab2.io.validators
Class QuantificationMethodValidator
- java.lang.Object
-
- de.isas.mztab2.io.validators.QuantificationMethodValidator
-
- All Implemented Interfaces:
RefiningValidator<Metadata>
public class QuantificationMethodValidator extends Object implements RefiningValidator<Metadata>
Validates that the quantification method section is present in metadata.- Author:
- nilshoffmann
-
-
Constructor Summary
Constructors Constructor Description QuantificationMethodValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MZTabError>
validateRefine(Metadata metadata, MZTabParserContext parserContext)
Validate the given object of type T, using the provided parser context to check state of not yet completely parsed and constructed mzTab hierarchy.
-
-
-
Constructor Detail
-
QuantificationMethodValidator
public QuantificationMethodValidator()
-
-
Method Detail
-
validateRefine
public List<MZTabError> validateRefine(Metadata metadata, MZTabParserContext parserContext)
Description copied from interface:RefiningValidator
Validate the given object of type T, using the provided parser context to check state of not yet completely parsed and constructed mzTab hierarchy.- Specified by:
validateRefine
in interfaceRefiningValidator<Metadata>
- Parameters:
metadata
- the object to validateparserContext
- the parser context- Returns:
- a list of
MZTabError
, maybe empty.
-
-