e.convert( EDB.This().get("ROOT.NODES.E.EQUATION"), "X" );
}
public void test6() {
CPSCompilerMain cpsCompiler = new CPSCompilerMain();
cpsCompiler.InitCompiler();
cpsCompiler.compile( "defineInferenceEngine( DMP );" + testNet +
"defineNode(E, DescriptionE);"+
"{ defineState(Continuous);" +
"p( E | X, T ) = X - 2 * T;}"
//"p( E | X, T ) = 3*X-2;}"