290291292293294295296297298299300
file = new java.io.File("bn/SimulationBN-v13.xml"); } if (file == null || !file.exists()) { file = new java.io.File("/bn/SimulationBN-v13.xml"); } pn = io.load(file); } catch (Exception e) { e.printStackTrace(); System.exit(1); } }