public class CutFinderIMExclusiveChoice extends java.lang.Object implements CutFinder, DfgCutFinder
Constructor and Description |
---|
CutFinderIMExclusiveChoice() |
Modifier and Type | Method and Description |
---|---|
Cut |
findCut(Dfg dfg,
DfgMinerState minerState)
Returns a cut, or null if none found.
|
static Cut |
findCut(Graph<org.deckfour.xes.classification.XEventClass> graph) |
Cut |
findCut(IMLog log,
IMLogInfo logInfo,
MinerState minerState)
Returns a cut, or null if none found.
|
public Cut findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)
CutFinder
public Cut findCut(Dfg dfg, DfgMinerState minerState)
DfgCutFinder
findCut
in interface DfgCutFinder