464748495051525354
initXStream(xstream); Bif bif = (Bif) xstream.fromXML(is); return bif; } catch (Exception e) { errors.add( new BayesNetworkAssemblerError(resource, "Unable to parse opening Stream:\n" + e.toString()) ); return null; } }