Package org.aksw.iguana.cc.config
Class IguanaConfig
- java.lang.Object
-
- org.aksw.iguana.cc.config.IguanaConfig
-
public class IguanaConfig extends java.lang.Object
Gets either a JSON or YAML configuration file using a json schema and will generate a SuiteID and ExperimentIDs as well as TaskIDs for it. Afterwards it will start the taskProcessor with all specified tasks
The following order holds- For each Dataset
- For each Connection
- For each Task
- Author:
- f.conrads
-
-
Constructor Summary
Constructors Constructor Description IguanaConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
start()
starts the config
-