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)
CutFinderpublic Cut findCut(Dfg dfg, DfgMinerState minerState)
DfgCutFinderfindCut in interface DfgCutFinder