Package eu.dnetlib.validator2.engine
Interface RuleContext
- All Superinterfaces:
PropertyDriven
- All Known Subinterfaces:
CardinalityContext,CrisClassSchemeContext,NodeListContext,NotConfusedFieldsContext,RegularExpressionContext,VocabularyContext,XMLContext,XMLContextWithCardinality,XMLContextWithNotConfusedFields,XMLContextWithRegularExpression,XMLContextWithVocabulary,XMLCrisClassSchemeContextWithVocabulary,XPathExpressionContext
- All Known Implementing Classes:
SimpleContext,StandardRuleContext,StandardXMLContext,StandardXMLContextWithCardinality
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault voiddefault void
-
Field Details
-
ID_PROPERTY_NAME
- See Also:
-
-
Method Details
-
getIdProperty
RuleProperty getIdProperty() -
getProperties
Collection<RuleProperty> getProperties() -
readFrom
- Specified by:
readFromin interfacePropertyDriven
-
writeTo
- Specified by:
writeToin interfacePropertyDriven
-