rm = ( RiaRuleMemory) ruleMemories.get( i ) ;
}
}
}
RightInputAdapterNode riaNode = ( RightInputAdapterNode ) betaNode.getRightInput();
// At this point we have the tuples to apply to the left and to the right of the subnetwork root node
StagedLeftTuples riaStagedTuples = eval( subSmem.getRootNode(), subSmem.getNodeMemories().getFirst(), rm.getSegmentMemories(), 0, srcTuples, null, wm );
StagedRightTuples riaStageRight = bm.getStagedRightTuples();
for ( LeftTuple leftTuple = riaStagedTuples.getInsertFirst(); leftTuple != null; leftTuple = leftTuple.getStagedNext() ) {
InternalFactHandle handle = riaNode.createFactHandle( leftTuple, leftTuple.getPropagationContext(), wm );
RightTuple rightTuple = betaNode.createRightTuple( handle, betaNode, leftTuple.getPropagationContext() );
//riaStagedTuples.
}
}