|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.models.petrinet.algorithms.logReplay.AnalysisResult
org.processmining.framework.models.petrinet.algorithms.logReplay.LogReplayAnalysisResult
public class LogReplayAnalysisResult
Contains all the results obtained during log replay analysis. Can be used to retrieve values for the implemented metrics and to get diagnostic visualizations.
LogReplayAnalysisMethod
Field Summary | |
---|---|
LogReader |
inputLogReader
The original Petri net passed to the analysis method. |
PetriNet |
inputPetriNet
|
protected boolean |
performLogReplay
Per default set to true. |
ReplayedLogReader |
replayedLog
The Petri net enhanced with diagnostic information. |
ReplayedPetriNet |
replayedPetriNet
The original Log reader passed to the analysis method. |
Fields inherited from class org.processmining.framework.models.petrinet.algorithms.logReplay.AnalysisResult |
---|
myAnalysisOptions |
Constructor Summary | |
---|---|
LogReplayAnalysisResult(AnalysisConfiguration analysisOptions,
PetriNet net,
LogReader log,
LogReplayAnalysisMethod method)
Default constructor creating the results object. |
Method Summary | |
---|---|
protected void |
initDiagnosticDataStructures()
Initializes the diagnostic data structures needed to store the measurements taken during the log replay analysis. |
boolean |
performLogReplay()
Indicates whether the log replay should be performed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public PetriNet inputPetriNet
public LogReader inputLogReader
public ReplayedPetriNet replayedPetriNet
public ReplayedLogReader replayedLog
protected boolean performLogReplay
performLogReplay
Constructor Detail |
---|
public LogReplayAnalysisResult(AnalysisConfiguration analysisOptions, PetriNet net, LogReader log, LogReplayAnalysisMethod method)
initDiagnosticDataStructures
.
analysisOptions
- the configuration as chosen in the settings framenet
- the input PetriNetlog
- the input LogReadermethod
- the LogReplayAnalysisMethod creating this result objectMethod Detail |
---|
public boolean performLogReplay()
true
if log replay should be performed, false
otherwiseprotected void initDiagnosticDataStructures()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |