DiagnosticManagment diagnosticMan;
public IA(Server s) throws ParserConfigurationException, SAXException, IOException {
this.server = s;
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);