Interface IMappingValidator

All Known Implementing Classes:
DuplicatedRecordIdValidator, MissingJustificationValidator, MissingObjectValidator, MissingPredicateValidator, MissingRecordIdValidator, MissingSubjectValidator, PredicateTypeValidator

public interface IMappingValidator
Represents a single check for a possible post-parsing error that can make an individual mapping invalid.
  • Method Summary

    Modifier and Type
    Method
    Description
    validate(Mapping mapping)
    Checks a mapping for a possible post-parsing error.
  • Method Details

    • validate

      ValidationError validate(Mapping mapping)
      Checks a mapping for a possible post-parsing error.
      Parameters:
      mapping - The mapping to check.
      Returns:
      An error code, or null if the set passes the test represented by this object.