Package org.aksw.iguana.cc.config
-
Class Summary Class Description ConfigManager Manages an incoming Configuration and starts the correspondingIguanaConfig
CONSTANTS Constants used only by the Core controllerIguanaConfig 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 Further on executes the pre and post script hooks, before and after a class.IguanaConfigFactory Creates an IguanaConfig from a given JSON or YAML file, and validates the config using a JSON schema file