Interface MCREnrichmentDebugger

All Known Implementing Classes:
MCRNoOpEnrichmentDebugger, MCRToXMLEnrichmentDebugger

public interface MCREnrichmentDebugger
Allows debugging enrichment resolving steps.
Author:
Frank Lützenkirchen
See Also:
  • Method Details

    • startIteration

      void startIteration()
    • endIteration

      void endIteration()
    • debugPublication

      void debugPublication(String label, Element publication)
    • debugNewIdentifiers

      void debugNewIdentifiers(Set<MCRIdentifier> ids)
    • debugResolved

      void debugResolved(String token, Element result)