Uses of Class
org.processmining.framework.models.petrinet.algorithms.logReplay.LogReplayAnalysisMethod

Packages that use LogReplayAnalysisMethod
org.processmining.analysis.conformance Contains classes related to the Conformance Analysis Plugin. 
org.processmining.analysis.performance   
org.processmining.framework.models.petrinet.algorithms.logReplay   
 

Uses of LogReplayAnalysisMethod in org.processmining.analysis.conformance
 

Methods in org.processmining.analysis.conformance with parameters of type LogReplayAnalysisMethod
protected  LogReplayAnalysisResult ConformanceMeasurer.initLogReplayAnalysisResult(AnalysisConfiguration analysisOptions, PetriNet petriNet, LogReader log, LogReplayAnalysisMethod analysisMethod)
          To be overridden in subclasses that want create custom analysis results. Creates an analysis result of type ConformanceLogReplayResult.
 

Constructors in org.processmining.analysis.conformance with parameters of type LogReplayAnalysisMethod
ConformanceLogReplayResult(AnalysisConfiguration analysisOptions, PetriNet net, LogReader log, LogReplayAnalysisMethod method)
           Evaluate the given configuration options, that is, retrieves the choices made by the user and converts them into analysis option variables indicating which parts of the analysis needs to be done.
 

Uses of LogReplayAnalysisMethod in org.processmining.analysis.performance
 

Methods in org.processmining.analysis.performance with parameters of type LogReplayAnalysisMethod
protected  LogReplayAnalysisResult PerformanceMeasurer.initLogReplayAnalysisResult(AnalysisConfiguration analysisOptions, PetriNet petriNet, LogReader log, LogReplayAnalysisMethod analysisMethod)
          To be overridden in subclasses that want create custom analysis results. Creates an analysis result of type PerformanceLogReplayResult.
 

Constructors in org.processmining.analysis.performance with parameters of type LogReplayAnalysisMethod
PerformanceAnalysisMethodExecutionThread(LogReplayAnalysisMethod method, PerformanceConfiguration conf, PerformanceAnalysisSettings set)
          Creates this thread and initializes its attributes.
PerformanceLogReplayResult(AnalysisConfiguration analysisOptions, PetriNet net, LogReader log, LogReplayAnalysisMethod method)
           
 

Uses of LogReplayAnalysisMethod in org.processmining.framework.models.petrinet.algorithms.logReplay
 

Methods in org.processmining.framework.models.petrinet.algorithms.logReplay with parameters of type LogReplayAnalysisMethod
protected  LogReplayAnalysisResult Measurer.initLogReplayAnalysisResult(AnalysisConfiguration analysisOptions, PetriNet petriNet, LogReader log, LogReplayAnalysisMethod analysisMethod)
          To be overridden in subclasses that want create custom analysis results.
 

Constructors in org.processmining.framework.models.petrinet.algorithms.logReplay with parameters of type LogReplayAnalysisMethod
LogReplayAnalysisResult(AnalysisConfiguration analysisOptions, PetriNet net, LogReader log, LogReplayAnalysisMethod method)
          Default constructor creating the results object.