Class BaseCaseFinderIMiEmptyTrace
- java.lang.Object
-
- org.processmining.plugins.InductiveMiner.mining.baseCases.BaseCaseFinderIMiEmptyTrace
-
- All Implemented Interfaces:
BaseCaseFinder
public class BaseCaseFinderIMiEmptyTrace extends java.lang.Object implements BaseCaseFinder
-
-
Constructor Summary
Constructors Constructor Description BaseCaseFinderIMiEmptyTrace()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.processmining.processtree.NodefindBaseCases(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState)usage: if there is no base case in this log, returns null.static IMLogremoveEpsilonTraces(IMLog log, MinerState minerState)
-
-
-
Method Detail
-
findBaseCases
public org.processmining.processtree.Node findBaseCases(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState)
Description copied from interface:BaseCaseFinderusage: if there is no base case in this log, returns null. If there is a base case, returns a Node. Each (in)direct child of that Node must be attached to tree. Must be thread-safe and static, i.e, no side-effects allowed.- Specified by:
findBaseCasesin interfaceBaseCaseFinder- Returns:
-
removeEpsilonTraces
public static IMLog removeEpsilonTraces(IMLog log, MinerState minerState)
-
-