Nova versao do simulador e tratamento de erros das chamadas.
authormaroni <maroni@192.168.1.103>
Mon, 21 May 2012 18:27:11 +0000 (15:27 -0300)
committermaroni <maroni@192.168.1.103>
Mon, 21 May 2012 18:27:11 +0000 (15:27 -0300)
src/java/org/ufcspa/simdecs/util/UnBBayesUtil.java

index 116a1e6..4142fe1 100644 (file)
@@ -39,10 +39,14 @@ if (redeEntity != null)
     System.out.println("NOME DA REDE A ABRIR: " + redeEntity.getArquivo());
         // required to run unbbayes gui classes on server
         System.setProperty("java.awt.headless", "false"); 
+System.out.println("PONTO 1");
         rede = new ProbabilisticNetwork(null);
+System.out.println("PONTO 2");
         XMLBIFIO.loadXML(new File(redeEntity.getArquivo()), rede);
+System.out.println("PONTO 3");
         
         compilar();
+System.out.println("PONTO 4");
     }
 
     public void compilar() {