public class FallThroughTauLoop extends java.lang.Object implements FallThrough
Constructor and Description |
---|
FallThroughTauLoop(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 void |
filterTrace(IMLog log,
org.deckfour.xes.model.XLog sublog,
IMTrace trace,
Dfg dfg,
boolean useLifeCycle) |
public FallThroughTauLoop(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)
FallThrough
fallThrough
in interface FallThrough