|
||||||||||
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.performance.ExtendedLogReader
public class ExtendedLogReader
This class is used to enhance the log reader with performance analysis results.
ReplayedLogReader
,
ExtendedLogTrace
Field Summary |
---|
Fields inherited from class org.processmining.framework.models.petrinet.algorithms.logReplay.ReplayedLogReader |
---|
logIterator, logTraceMap, logTraces, originalLogReader, sortedTraceList |
Constructor Summary | |
---|---|
ExtendedLogReader(LogReader logReader)
|
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. |
ExtendedLogTrace |
getExtendedLogTrace(java.lang.String id)
Finds a specific trace in the log. |
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 ExtendedLogReader(LogReader logReader)
Method Detail |
---|
protected ReplayedLogTrace createReplayedLogTrace(ProcessInstance pi)
createReplayedLogTrace
in class ReplayedLogReader
pi
- the process instance to be wrapped
public ExtendedLogTrace getExtendedLogTrace(java.lang.String id)
id
- the ID of the trace (accessible by getName()) in the log
null
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |