ActionRetractFactCol rf = (ActionRetractFactCol) 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 ActionSetFieldCol ) {
ActionSetFieldCol sf = (ActionSetFieldCol) c;