Class Controller


  • public class Controller
    extends Object
    This is the default LIMES Controller used to run the software as CLI.
    Author:
    Kevin Dreßler
    • Constructor Detail

      • Controller

        public Controller()
    • Method Detail

      • main

        public static void main​(String[] args)
        Take configuration file as argument and run the specified linking task.
        Parameters:
        args - Command line arguments
      • getConfig

        public static Configuration getConfig​(org.apache.commons.cli.CommandLine cmd)
      • getMapping

        public static LimesResult getMapping​(Configuration config)
        Execute LIMES
        Parameters:
        config - LIMES configuration object
        Returns:
        Instance of ResultMapping