Interface BaseCaseFinder
-
- All Known Implementing Classes:
BaseCaseFinderIM,BaseCaseFinderIMi,BaseCaseFinderIMiEmptyLog,BaseCaseFinderIMiEmptyTrace,BaseCaseFinderIMiSingleActivity
public interface BaseCaseFinder
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-
-
-
Method Detail
-
findBaseCases
org.processmining.processtree.Node findBaseCases(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState)
usage: 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.- Parameters:
log-logInfo-tree-minerState-- Returns:
-
-