public RowExpander( final GuidedDecisionTable52 model,
final PackageDataModelOracle oracle ) {
this.columns = new ArrayList<ColumnValues>();
this.model = model;
this.oracle = oracle;
this.modelUtils = new GuidedDecisionTableUtils( oracle,
model );
//Add all columns to Expander to generate row data. The AnalysisCol is not added
//as its data is transient, not held in the underlying Decision Table's data
addRowNumberColumn();