break;
}
// not blocked, with children, so wasn't previous blocked and still isn't so modify
ltm.add( leftTuple ); // add to memory so other fact handles can attempt to match
trgLeftTuples.addUpdate( childLeftTuple );
childLeftTuple.reAddLeft();
}
}
leftTuple.clearStaged();
leftTuple = next;
}