org.jactr.tools.itr.ortho
Interface ISliceAnalyzer

All Known Implementing Classes:
ExecAnalyzer

public interface ISliceAnalyzer

code that is responsible for analyzing a particular slice

Author:
harrison

Method Summary
 java.lang.Object analyze(ISliceAnalysis sliceAnalysis)
          analyze the specified slice and return some value.
 

Method Detail

analyze

java.lang.Object analyze(ISliceAnalysis sliceAnalysis)
analyze the specified slice and return some value. This value is entirely modeler dependent, however it should likely be serializable so that the results can be collected and transmitted back when this finally supports distributed execution

Parameters:
slice -
Returns: