|
||||||||||
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.ReplayedLogReader
org.processmining.analysis.conformance.DiagnosticLogReader
public class DiagnosticLogReader
This class is used to enhance the log reader with conformance check results.
ReplayedLogReader
,
DiagnosticLogTrace
Field Summary |
---|
Fields inherited from class org.processmining.framework.models.petrinet.algorithms.logReplay.ReplayedLogReader |
---|
logIterator, logTraceMap, logTraces, originalLogReader, sortedTraceList |
Constructor Summary | |
---|---|
DiagnosticLogReader(LogReader logReader)
Construct an enhanced log reader by wrapping the original one. |
Method Summary | |
---|---|
protected ReplayedLogTrace |
createReplayedLogTrace(ProcessInstance pi)
Wrappes the given process instance in a ReplayedLogTrace. Creates a diagnostic data structure for log traces in the context of the conformance checker. |
Methods inherited from class org.processmining.framework.models.petrinet.algorithms.logReplay.ReplayedLogReader |
---|
getDiagnosticLogTraces, getIndexOfLogTrace, getLogReader, getLogSummary, getLogTrace, getLogTraceIDs, getMostFrequentTraces, getOverallNumberOfProcessInstances, getPercentage, getSizeOfLog, hasNext, next, reset |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiagnosticLogReader(LogReader logReader)
logReader
- The original log reader (to be passed to super).Method Detail |
---|
protected ReplayedLogTrace createReplayedLogTrace(ProcessInstance pi)
createReplayedLogTrace
in class ReplayedLogReader
pi
- the process instance to be wrapped
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |