Package org.aksw.iguana.rp.controller
Class RPController
- java.lang.Object
-
- org.aksw.iguana.rp.controller.RPController
-
public class RPController extends java.lang.Object
This is the Main Controller. It will start the ResultProcessor, initialize theStorageManager
and theMetricManager
- Author:
- f.conrads
-
-
Constructor Summary
Constructors Constructor Description RPController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init(java.util.List<Storage> storages, java.util.List<Metric> metrics)
This will initialize the MainController.
-