A computation cycle may be broken into many fragments, each representing internal groups of calculations. This allows the results to be received as they are calculated, without waiting for the cycle to complete. @param fullFragment the full computation cycle result fragment, possibly null @param deltaFragment the delta fragment representing only the differences since the previous cycle, possibly null
|
|