Interface AnnisImportFormat


  • public interface AnnisImportFormat
    An enum of all supported input formats of graphANNIS.
    Author:
    Thomas Krause <krauseto@hu-berlin.de>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int GraphML
      [GraphML](http://graphml.graphdrawing.org/) based export-format, suitable to be imported from other graph databases.
      static int RelANNIS
      Legacy relANNIS import file format
    • Field Detail

      • GraphML

        static final int GraphML
        [GraphML](http://graphml.graphdrawing.org/) based export-format, suitable to be imported from other graph databases. This format follows the extensions/conventions of the Neo4j [GraphML module](https://neo4j.com/docs/labs/apoc/current/import/graphml/).
        See Also:
        Constant Field Values