// statically adding all builders to the map
// but in the future we can move that to a configuration
// if we want to
this.builders = new HashMap();
final GroupElementBuilder gebuilder = new GroupElementBuilder();
this.builders.put( AndDescr.class,
gebuilder );
this.builders.put( OrDescr.class,