|
||||||||||
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
public class ReplayedLogTrace
A log trace involved in the log replay analysis method. Internally, the original process instance is referenced, but in addition to that diagnostic data may be stored in deriving subclasses.
ReplayedLogReader
,
ReplayedPetriNet
,
LogReplayAnalysisMethod
Field Summary | |
---|---|
protected ProcessInstance |
processInstance
Keeps a link to the corresponding process instance. |
Constructor Summary | |
---|---|
ReplayedLogTrace(ProcessInstance pi)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getName()
Retrieves the name of the wrapped process instance. |
int |
getNumberOfProcessInstances()
Returns the number of similar process instances represented logically by this diagnostic log trace. |
ProcessInstance |
getProcessInstance()
Returns the process instance related to this trace. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ProcessInstance processInstance
Constructor Detail |
---|
public ReplayedLogTrace(ProcessInstance pi)
the
- process instance related to this traceMethod Detail |
---|
public ProcessInstance getProcessInstance()
public java.lang.String getName()
getProcessInstance()
must be called before every time).
public int getNumberOfProcessInstances()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |