Interface IITSDataStore

  • All Known Implementing Classes:
    ITSDefaultDataStore

    public interface IITSDataStore
    Methods needed to properly implement the backend for storing ITS standoff references.
    • Method Detail

      • initialize

        void initialize​(String identifier)
        Setup IITSDataStore with an identifier marking each time a new file is opened for parsing.
      • getStoredLQIURIs

        Collection<String> getStoredLQIURIs()
        Return a list of stored LQI metadata URIs.
      • getStoredProvURIs

        Collection<String> getStoredProvURIs()
        Return a list of stored Provenance metadata URIs.