memory = (BetaMemory) context.wm.getNodeMemory( (BetaNode) sink );
break;
}
}
memory.getRightTupleMemory().add( rightTuple );
memory.linkLeft();
}
}
public static void readLeftTuples( MarshallerReaderContext context ) throws IOException,
ClassNotFoundException {