public class FallThroughActivityOncePerTraceConcurrent extends java.lang.Object implements FallThrough
Constructor and Description |
---|
FallThroughActivityOncePerTraceConcurrent(boolean strict) |
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.
|
public FallThroughActivityOncePerTraceConcurrent(boolean strict)
strict
- Denotes whether this case is applied strictly, i.e. true =
only apply if each trace contains precisely one activity;
false = apply it also if it's close enough.public org.processmining.processtree.Node fallThrough(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState)
FallThrough
fallThrough
in interface FallThrough