Uses of Class
org.processmining.analysis.conformance.AnalysisMethodExecutionThread

Packages that use AnalysisMethodExecutionThread
org.processmining.analysis.conformance Contains classes related to the Conformance Analysis Plugin. 
 

Uses of AnalysisMethodExecutionThread in org.processmining.analysis.conformance
 

Methods in org.processmining.analysis.conformance with parameters of type AnalysisMethodExecutionThread
 void ConformanceAnalysisSettings.addMethodExecutionThread(AnalysisMethodExecutionThread thread)
          Registers another custom thread with this settings frame.
 void ConformanceAnalysisResults.threadDone(AnalysisMethodExecutionThread thread)
           
 void ConformanceAnalysisSettings.threadDone(AnalysisMethodExecutionThread thread)
          Called by each thread after having finished.
 void ThreadNotificationTarget.threadDone(AnalysisMethodExecutionThread thread)
          Called by the specified thread after it has finished.