List<ActionCol> actionCols,
String[] row,
RuleModel rm) {
List<LabelledAction> actions = new ArrayList<LabelledAction>();
for ( int i = 0; i < actionCols.size(); i++ ) {
ActionCol c = actionCols.get( i );
String cell = row[condAndAttrs
+ i
+ GuidedDecisionTable.INTERNAL_ELEMENTS];
if ( !validCell( cell ) ) {
cell = c.getDefaultValue();
}
if ( validCell( cell ) ) {
if ( c instanceof ActionInsertFactCol ) {
ActionInsertFactCol ac = (ActionInsertFactCol) c;
LabelledAction a = findByLabelledAction( actions,