EDBUnit e = EDB.This().get("ROOT.ENGINES.JT");
e.removeAllChildren();
EDBUnit nodesE = e.create("NODES");
nodesE.copy(EDB.This().get("ROOT.NODES"));
JunctionTreeEngine JT = new JunctionTreeEngine();
JT.run(strChild2);
}
}else
if( strCurrent.equalsIgnoreCase("defineEvidence") ){
if( strChild2.equalsIgnoreCase("-") ){
CommonTree c12 = (CommonTree)c1.getChild(0);