Uses of Interface
org.processmining.framework.models.petrinet.algorithms.logReplay.AnalysisMethod

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

Uses of AnalysisMethod in org.processmining.analysis.conformance
 

Classes in org.processmining.analysis.conformance that implement AnalysisMethod
 class StateSpaceExplorationMethod
           
 class StructuralAnalysisMethod
          Invokes all structural analysis methods (i.e., for which only a process model is necessary).
 

Constructors in org.processmining.analysis.conformance with parameters of type AnalysisMethod
AnalysisMethodExecutionThread(AnalysisMethod method, ThreadNotificationTarget target)
          Creates this thread and initializes its attributes.
 

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

Classes in org.processmining.framework.models.petrinet.algorithms.logReplay that implement AnalysisMethod
 class LogReplayAnalysisMethod
          Replays the given log in the given Petri net model in a non-blocking way.