for (final NotifyStreamResult nsr : this.notifyStreamResults)
nsr.notifyStreamResult(this.collectResult.getResult());
}
protected void notifyStreamResultsDebug(DebugStep debugstep) {
this.sendMessageDebug(new ComputeIntermediateResultMessage(),debugstep);
for (final NotifyStreamResult nsr : this.notifyStreamResults){
nsr.notifyStreamResult(this.collectResult.getResult());
}
}