Package org.processmining.framework.models.petrinet.algorithms.logReplay

Interface Summary
AnalysisMethod Interface for an analysis method.
 

Class Summary
AnalysisConfiguration A configuration object represents some unit or category within the respective analysis domain.
AnalysisGUI This class can be used to create the resulting content for some analysis.
AnalysisMethodEnum Enum class representing all the different analysis methods that are available.
AnalysisResult An analysis result belongs to a specific analysis method and stores all the relevant information needed afterwards to, e.g., calculate metrics, or provide diagnostic visualizations.
LogReplayAnalysisMethod Replays the given log in the given Petri net model in a non-blocking way.
LogReplayAnalysisResult Contains all the results obtained during log replay analysis.
Measurer Statelesss strategy object determining which kind of measurements should be taken along the course of log replay.
ReplayedEdge An edge involved in the log replay analysis method.
ReplayedLogReader A log reader involved in the log replay analysis method.
ReplayedLogTrace A log trace involved in the log replay analysis method.
ReplayedPetriNet A Petri net involved in the log replay analysis method.
ReplayedPlace A place involved in the log replay analysis method.
ReplayedTransition A transition involved in the log replay analysis method.