//*** This works well at 6/16/2011 ***
public void test1() {
CPSCompilerMain cpsCompiler = new CPSCompilerMain();
cpsCompiler.InitCompiler();
cpsCompiler.compile(
"defineNode(C1, DescriptionC0);"+
"{defineState(Continuous, 1, 2, 3, 4, 5, 6, 7 ,8, 9);" +
"p( C1 ) = NormalDist( 5,1 );"+
"}" +
"createCPT( C1 );"