} else if ( stagedRightTuples.deleteSize() == 0 ) {
// nothing staged before, notify rule, so it can evaluate network
memory.getSegmentMemory().notifyRuleLinkSegment( wm );
}
stagedRightTuples.addDelete( rightTuple );
}
public void doUpdateRightTuple(final RightTuple rightTuple,
final InternalWorkingMemory wm,
final BetaMemory memory) {