org.processmining.analysis.conformance
Interface ThreadNotificationTarget

All Known Implementing Classes:
ConformanceAnalysisResults, ConformanceAnalysisSettings

public interface ThreadNotificationTarget

An object which has to be notified after the thread is done.

Author:
anne

Method Summary
 AnalysisConfiguration getAnalysisConfiguration()
          Retrieves the copy of the current analysis configuration in order to carry out the analysis based on the chosen options.
 void threadDone(AnalysisMethodExecutionThread thread)
          Called by the specified thread after it has finished.
 

Method Detail

threadDone

void threadDone(AnalysisMethodExecutionThread thread)
Called by the specified thread after it has finished.

Parameters:
thread - the thread that just finished

getAnalysisConfiguration

AnalysisConfiguration getAnalysisConfiguration()
Retrieves the copy of the current analysis configuration in order to carry out the analysis based on the chosen options.

Returns:
the current AnalysisConfiguration