| Class | Description |
|---|---|
| CardinalityRule |
Represents a rule that checks if an object has a value between
CardinalityRule.GREATER_THAN and {CardinalityRule#LESS_THAN}. |
| ChainRule<T extends eu.dnetlib.validator.engine.data.Rule> |
Applies a chain of rules on a single Validation Object.
|
| RegularExpressionRule |
Represents a rule that checks if an object has a value matching the Regular Expression
RegularExpressionRule.REGEXP |
| RuleTypes | |
| ValidUrlRule |
Represents a rule that checks if an object has a value that is a valid URL
|
| VocabularyRule |
Represents a rule that checks if an object has a value matching on of the terms contained in
VocabularyRule.TERMS |
Copyright © 2021. All rights reserved.