Class SaltValidator

    • Constructor Detail

      • SaltValidator

        public SaltValidator()
    • Method Detail

      • createPepperMapper

        public PepperMapper createPepperMapper​(org.corpus_tools.salt.graph.Identifier sElementId)
        Description copied from class: PepperModuleImpl
        OVERRIDE THIS METHOD FOR CUSTOMIZED MAPPING. This method creates a customized PepperMapper object and returns it. You can here do some additional initialisations. Thinks like setting the Identifier of the SDocument or SCorpus object and the URI resource is done by the framework (or more in detail in method PepperModule.start()). The parameter sElementId, if a PepperMapper object should be created in case of the object to map is either an SDocument object or an SCorpus object of the mapper should be initialized differently.
        Note: Override this method.
        Specified by:
        createPepperMapper in interface PepperModule
        Overrides:
        createPepperMapper in class PepperModuleImpl
        Parameters:
        sElementId - Identifier of the SCorpus or SDocument to be processed.
        Returns:
        PepperMapper object to do the mapping task for object connected to given Identifier