|
||||||||||
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.ReplayedLogTrace
org.processmining.analysis.conformance.DiagnosticLogTrace
public class DiagnosticLogTrace
A data structure that collects diagnostic information for a process instance in the context of conformance checking.
Field Summary |
---|
Fields inherited from class org.processmining.framework.models.petrinet.algorithms.logReplay.ReplayedLogTrace |
---|
processInstance |
Constructor Summary | |
---|---|
DiagnosticLogTrace(ProcessInstance pi)
Create a diagnostic log trace by copying the ordinary process instance. |
Method Summary | |
---|---|
DiagnosticAuditTrailEntry |
getAteDiagnostic(AuditTrailEntry ate)
Retrieves the diagnostic data structure for the given audit trail entry. |
Methods inherited from class org.processmining.framework.models.petrinet.algorithms.logReplay.ReplayedLogTrace |
---|
getName, getNumberOfProcessInstances, getProcessInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiagnosticLogTrace(ProcessInstance pi)
pi
- The template process instance used to create the diagnostic log trace.Method Detail |
---|
public DiagnosticAuditTrailEntry getAteDiagnostic(AuditTrailEntry ate)
ate
- the audit trail entry for which the diagnostic data is requested
null
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |