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;