public class FallThroughActivityOncePerTraceConcurrent extends java.lang.Object implements FallThrough
Constructor and Description |
---|
FallThroughActivityOncePerTraceConcurrent(boolean strict) |
Modifier and Type | Method and Description |
---|---|
org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree |
fallThrough(IMLog log,
IMLogInfo logInfo,
MinerState minerState) |
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.plugins.InductiveMiner.efficienttree.EfficientTree fallThrough(IMLog log, IMLogInfo logInfo, MinerState minerState)
fallThrough
in interface FallThrough