this.status = Status_OK;
this.tableOfEvents = new TableOfEvents();
this.currentSituation = new InternalTableVerifier();
this.bayesNetwork = new BayesNetwork();
this.bayesNetwork.initNetwork();
this.diagnosticMan = new DiagnosticManagment(this.server);
this.diagnosticMan.setLocation(700, 0);
for (Diagnostic d : this.bayesNetwork.diagnostics) {
this.server.tableWeight.add(d.name, 1);
}
}