EDB.This().print("ROOT");
}
//*** This works well at 6/16/2011 ***
public void test3() {
CPSCompilerMain cpsCompiler = new CPSCompilerMain();
cpsCompiler.InitCompiler();
cpsCompiler.compile(
"defineNode(C0, DescriptionC0);"+
"{defineState(Discrete, 1, 2, 3, 4, 5, 6, 7, 8 );" +
"p( C0 ) = PoissonDist( 2 );"+
"}"+