public void doUpdateRightTuple(final RightTuple rightTuple,
final InternalWorkingMemory wm,
final BetaMemory memory) {
RightTupleSets stagedRightTuples = memory.getStagedRightTuples();
if ( stagedRightTuples.updateSize() == 0 || stagedRightTuples.insertSize() == 0 ) {
// also check inserts, as we'll leave it in insert stage list, if it has not yet been processed
// nothing staged before, notify rule, so it can evaluate network
memory.getSegmentMemory().notifyRuleLinkSegment( wm );
}