Class SaltValidator.ValidatorMapper

  • All Implemented Interfaces:
    PepperMapper
    Enclosing class:
    SaltValidator

    public static class SaltValidator.ValidatorMapper
    extends PepperMapperImpl
    Checks whether each SCorpus object contains either a SCorpus object or a SDocument object.
    • Constructor Detail

      • ValidatorMapper

        public ValidatorMapper()
    • Method Detail

      • mapSDocument

        public DOCUMENT_STATUS mapSDocument()
        • Checks whether STextualDS.getText() is not empty when an STextualRelation is pointing to it.
        • Checks whether start and end values of STextualRelation are not empty and fit into corresponding text
        • Checks whether all SRelation object have a source and a target node
        Specified by:
        mapSDocument in interface PepperMapper
        Overrides:
        mapSDocument in class PepperMapperImpl