175176177178179180181182183184185
case utility: this.function = new TabularUF(dom, null); break; case decision: this.function = new TabularDF(dom); break; default: break; }