ActionFieldValue val = new ActionFieldValue( ac.getFactField(),
cell,
ac.getType() );
ins.addFieldValue( val );
} else if ( c instanceof ActionRetractFactCol52 ) {
ActionRetractFactCol52 rf = (ActionRetractFactCol52) c;
LabelledAction a = findByLabelledAction( actions,
rf.getBoundName() );
if ( a == null ) {
a = new LabelledAction();
a.action = new ActionRetractFact( rf.getBoundName() );
a.boundName = rf.getBoundName();
actions.add( a );
}
} else if ( c instanceof ActionSetFieldCol52 ) {
ActionSetFieldCol52 sf = (ActionSetFieldCol52) c;
LabelledAction a = findByLabelledAction( actions,