Class FallThroughActivityOncePerTraceConcurrent
- java.lang.Object
-
- org.processmining.plugins.inductiveminer2.framework.fallthroughs.FallThroughActivityOncePerTraceConcurrent
-
- All Implemented Interfaces:
FallThrough
public class FallThroughActivityOncePerTraceConcurrent extends java.lang.Object implements FallThrough
Try to exclude a single activity, given that it occurs precisely once per trace.- Author:
- sleemans
-
-
Constructor Summary
Constructors Constructor Description FallThroughActivityOncePerTraceConcurrent(boolean strict)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreefallThrough(IMLog log, IMLogInfo logInfo, MinerState minerState)
-
-
-
Constructor Detail
-
FallThroughActivityOncePerTraceConcurrent
public FallThroughActivityOncePerTraceConcurrent(boolean strict)
- Parameters:
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.
-
-
Method Detail
-
fallThrough
public org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree fallThrough(IMLog log, IMLogInfo logInfo, MinerState minerState)
- Specified by:
fallThroughin interfaceFallThrough
-
-