Package org.aksw.limes.core.controller
Class Controller
- java.lang.Object
-
- org.aksw.limes.core.controller.Controller
-
public class Controller extends Object
This is the default LIMES Controller used to run the software as CLI.- Author:
- Kevin Dreßler
-
-
Constructor Summary
Constructors Constructor Description Controller()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ConfigurationgetConfig(org.apache.commons.cli.CommandLine cmd)static LimesResultgetMapping(Configuration config)Execute LIMESstatic voidmain(String[] args)Take configuration file as argument and run the specified linking task.
-
-
-
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
-
-