UDB2SDB uToS = new UDB2SDB();
SDB2UDB sToU = new SDB2UDB();
uToS.setEvidences(newPn);
CPSCompilerMain.This().compile("run(DMP);");
sToU.update(EDB.This().get("ROOT.ENGINES.DMP.NODES"), (ProbabilisticNetwork)this.getNetwork());
iteration_size = EDB.This().get("ROOT.ENGINES.DMP.ITERATION_SIZE").getDataByDouble();
if (this.getMediator() != null) {
dmpCompilationPanelBuilder.update();