if( debug ) Gpr.debug("Tree: " + tree.toStringTree());
name = tree.getChild(0).getText();
if( debug ) Gpr.debug("RuleBlock name: " + name);
// Use 'default' methods
RuleConnectionMethod and = new RuleConnectionMethodAndMin(), or = new RuleConnectionMethodOrMax();
String ruleAccumulationMethodType = "SUM";
// Explore each sibling in this level
for( int childNum = 1; childNum < tree.getChildCount(); childNum++ ) {
Tree child = tree.getChild(childNum);