class |
AndValidationHandler |
Implements 'AND' logic, meaning all alternative possible terms or term roots for
an object must occur.
|
class |
ExtraParametersValidationHandler |
Implements handling of cv parameters (not user params) that are found at the object.
|
class |
OrValidationHandler |
Implements 'OR' logic, meaning alternative possible terms or term roots for
an object may be present.
|
class |
SharedParametersValidationHandler |
Implements support for validating multiple parameters and the intersection
between terms as described by the rule and the actually found ones.
|
class |
XorValidationHandler |
Implements 'XOR' logic, meaning mutually exclusive alternative possible terms or term roots for
an object are allowed.
|