List<DTCellValue52> row,
RuleModel rm ) {
//Check whether the parameter-less BRL fragment needs inclusion
if ( !hasVariables( column ) ) {
final BRLActionVariableColumn variableColumn = column.getChildColumns().get( 0 );
final int index = allColumns.indexOf( variableColumn );
final DTCellValue52 dcv = row.get( index );
if ( dcv.getBooleanValue() ) {
for ( IAction action : column.getDefinition() ) {
addAction( action,