this.rm = new BRLRuleModel( model );
this.editingPattern = model.getPattern( col );
this.editingCol = cloneConditionColumn( col );
this.model = model;
this.oracle = oracle;
this.utils = new GuidedDecisionTableUtils( model,
oracle );
this.isReadOnly = isReadOnly;
this.validator = new Validator( model.getConditions() );
this.utilities = new DTCellValueUtilities( model,
oracle );