findBaseCases
public org.processmining.processtree.Node findBaseCases(org.processmining.plugins.InductiveMiner.mining.logs.IMLog log,
org.processmining.plugins.InductiveMiner.mining.IMLogInfo logInfo,
org.processmining.processtree.ProcessTree tree,
org.processmining.plugins.InductiveMiner.mining.MinerState minerState)
Description copied from interface: org.processmining.plugins.InductiveMiner.mining.baseCases.BaseCaseFinder
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.
- Returns: