public class FallThroughTauLoopStrict extends java.lang.Object implements FallThrough
| Constructor and Description |
|---|
FallThroughTauLoopStrict(boolean useLifeCycle) |
| Modifier and Type | Method and Description |
|---|---|
org.processmining.processtree.Node |
fallThrough(IMLog log,
IMLogInfo logInfo,
org.processmining.processtree.ProcessTree tree,
MinerState minerState)
usage: returns a Node.
|
static boolean |
filterLog(IMLog log,
Dfg dfg,
boolean useLifeCycle)
Split the trace on a crossing end -> start
|
public FallThroughTauLoopStrict(boolean useLifeCycle)
useLifeCycle - Denotes whether activity instances (i.e. combination of start
& a complete event) should be kept together at all times. True
= keep activity instances together; false = activity instances
may be split.public org.processmining.processtree.Node fallThrough(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState)
FallThroughfallThrough in interface FallThrough