Skip to content
Snippets Groups Projects
Commit 94b88941 authored by Nikolaus Huber's avatar Nikolaus Huber
Browse files

git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@11904 9e42b895-fcda-4063-8a3b-11be15eb1bbd
parent 33ab08bf
No related branches found
No related tags found
No related merge requests found
......@@ -58,11 +58,14 @@ public class AdaptationControl {
* @throws IOException
*/
public static void main(String[] args) throws IOException {
prepare(args[0]);
}
/* (non-Javadoc) refactor this after integration of QL Engine */
private static void prepare(String propertiesfile) {
BasicConfigurator.configure();
Logger.getRootLogger().setLevel(Level.DEBUG);
String propertiesfile = args[0];
AdaptationControl adaptationController = new AdaptationControl();
// Initialize controller (load models, create Action perfdatarepo, etc.)
adaptationController.init(propertiesfile);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment