Package de.isas.mztab2.validation.handlers
This package contains implementations for the semantic validation controlled vocabulary term rules.
-
Class Summary Class Description AndValidationHandler Implements 'AND' logic, meaning all alternative possible terms or term roots for an object must occur.EmptyRuleHandler Implements handling of rules that have no cv parameter match.ExtraParametersValidationHandler Implements handling of cv parameters (not user params) that are found at the object.OrValidationHandler Implements 'OR' logic, meaning alternative possible terms or term roots for an object may be present.ResolvingCvRuleHandler Implements resolution of cv parameters using the provided lookup service.SharedParametersValidationHandler Implements support for validating multiple parameters and the intersection between terms as described by the rule and the actually found ones.XorValidationHandler Implements 'XOR' logic, meaning mutually exclusive alternative possible terms or term roots for an object are allowed.