org.jactr.tools.itr.ortho
Interface ISliceIntegrator


public interface ISliceIntegrator

called when all the slices have been collected gives a chance to perform cross-cutting analyses

Author:
harrison

Method Summary
 void completed(ISliceAnalysis analysis)
          notification that a slice has been completed.
 void integrate(java.util.Collection<ISliceAnalysis> analyses)
          called when all the slices are complete
 

Method Detail

completed

void completed(ISliceAnalysis analysis)
notification that a slice has been completed. the slices may not necessarily arrive in order

Parameters:
analysis -

integrate

void integrate(java.util.Collection<ISliceAnalysis> analyses)
called when all the slices are complete

Parameters:
analyses -