Package eu.dnetlib.validator2.engine
Interface Rule<T>
- All Known Subinterfaces:
SyntheticRule<T>
- All Known Implementing Classes:
AlwaysErrRule,AlwaysFailRule,AlwaysSucceedRule,AndRule,ConditionalRule,ForwardingRule,SimpleRule,XMLCardinalityRule,XMLCrisClassVocabularyRule,XMLFieldExistsRule,XMLNotConfusedFieldsRule,XMLRegularExpressionRule,XMLRule,XMLValidURLRule,XMLVocabularyRule
public interface Rule<T>
-
Method Summary
-
Method Details
-
getContext
-
test
- Throws:
RuleEvaluationException
-