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

index 33525ac..116a1e6 100644 (file)
@@ -34,6 +34,9 @@ public class UnBBayesUtil {
     }
         
     public final void abreRede(Rede redeEntity) throws Exception {
+System.out.println(redeEntity);
+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"); 
         rede = new ProbabilisticNetwork(null);