java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_eval.util.SaveAsSealsRepo

public class SaveAsSealsRepo extends Object
A quick helper program for track organizers and MELT administrators. Creates a track in folder test so that it can be used for the SEALS/MELT Track Repository.
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
  • Constructor Details

    • SaveAsSealsRepo

      public SaveAsSealsRepo()
  • Method Details

    • save

      public static void save(Track track, String folder)
      Simple utility function to save a track as SEALS repository track.
      Parameters:
      track - Any track (can be a SealsTrack).
      folder - The folder containing the track data.
    • saveSuiteFile

      private static void saveSuiteFile(Track track, File suiteFile)
    • main

      public static void main(String[] args)