Modifier and Type | Method and Description |
---|---|
Cut |
CutFinder.findCut(IMLog log,
IMLogInfo logInfo,
MinerState minerState) |
Cut |
CutFinderIMConcurrent.findCut(IMLog log,
IMLogInfo logInfo,
MinerState minerState) |
Cut |
CutFinderIMConcurrentWithMinimumSelfDistance.findCut(IMLog log,
IMLogInfo logInfo,
MinerState minerState) |
Cut |
CutFinderIMExclusiveChoice.findCut(IMLog log,
IMLogInfo logInfo,
MinerState minerState) |
Cut |
CutFinderIMLoop.findCut(IMLog log,
IMLogInfo logInfo,
MinerState minerState) |
Cut |
CutFinderIMSequence.findCut(IMLog log,
IMLogInfo logInfo,
MinerState minerState) |
static Cut |
CutFinderIMExclusiveChoice.findCut(IntDfg dfg) |
static Cut |
CutFinderIMLoop.findCut(IntDfg dfg) |
static Cut |
CutFinderIMSequence.findCut(IntDfg dfg) |
static Cut |
CutFinderIMConcurrent.findCut(IntDfg dfg,
org.processmining.plugins.InductiveMiner.Function<java.lang.Integer,MultiIntSet> minimumSelfDistanceBetween) |
Cut |
DfgCutFinderSimple.findCut(IntDfg dfg,
MinerState minerState) |
static Cut |
CutFinderIMConcurrentWithMinimumSelfDistance.findCutImpl(IMLog log,
IMLogInfo logInfo,
MinerState minerState) |
Modifier and Type | Method and Description |
---|---|
IMLog[] |
LogSplitter.split(IMLog log,
IMLogInfo logInfo,
Cut cut,
MinerState minerState) |
IMLog[] |
LogSplitterConcurrent.split(IMLog log,
IMLogInfo logInfo,
Cut cut,
MinerState minerState) |
IMLog[] |
LogSplitterInterleavedFiltering.split(IMLog log,
IMLogInfo logInfo,
Cut cut,
MinerState minerState) |
IMLog[] |
LogSplitterLoop.split(IMLog log,
IMLogInfo logInfo,
Cut cut,
MinerState minerState) |
IMLog[] |
LogSplitterLoopPartialTraces.split(IMLog log,
IMLogInfo logInfo,
Cut cut,
MinerState minerState) |
IMLog[] |
LogSplitterOr.split(IMLog log,
IMLogInfo logInfo,
Cut cut,
MinerState minerState) |
IMLog[] |
LogSplitterSequenceFiltering.split(IMLog log,
IMLogInfo logInfo,
Cut cut,
MinerState minerState) |
IMLog[] |
LogSplitterSequenceFilteringPartialTraces.split(IMLog log,
IMLogInfo logInfo,
Cut cut,
MinerState minerState) |
IMLog[] |
LogSplitterXorFiltering.split(IMLog log,
IMLogInfo logInfo,
Cut cut,
MinerState minerState) |
Modifier and Type | Method and Description |
---|---|
Cut |
NormaliserInt2.deNormalise(Cut newCut) |
Cut |
NormaliserIntImpl2.deNormalise(Cut newCut) |
Modifier and Type | Method and Description |
---|---|
Cut |
NormaliserInt2.deNormalise(Cut newCut) |
Cut |
NormaliserIntImpl2.deNormalise(Cut newCut) |
Modifier and Type | Method and Description |
---|---|
static Cut |
InductiveMiner.findCut(IMLog log,
IMLogInfo logInfo,
java.lang.Iterable<CutFinder> cutFinders,
MinerState minerState) |
Modifier and Type | Method and Description |
---|---|
static IMLog[] |
InductiveMiner.splitLog(IMLog log,
IMLogInfo logInfo,
Cut cut,
MinerState minerState) |
Modifier and Type | Method and Description |
---|---|
static Cut |
InductiveMinerWithoutLog.findCut(DfgMsd graph,
java.lang.Iterable<CutFinderWithoutLog> cutFinders,
MinerStateWithoutLog minerState) |
Modifier and Type | Method and Description |
---|---|
static DfgMsd[] |
InductiveMinerWithoutLog.splitLog(DfgMsd graph,
Cut cut,
MinerStateWithoutLog minerState) |
Modifier and Type | Method and Description |
---|---|
static Cut |
CutFinderWithoutLogIMConcurrentWithMinimumSelfDistance.findCut(DfgMsd dfg,
boolean considerMsd) |
Cut |
CutFinderWithoutLog.findCut(DfgMsd graph,
MinerStateWithoutLog minerState) |
Cut |
CutFinderWithoutLogIMConcurrent.findCut(DfgMsd graph,
MinerStateWithoutLog minerState) |
Cut |
CutFinderWithoutLogIMConcurrentWithMinimumSelfDistance.findCut(DfgMsd graph,
MinerStateWithoutLog minerState) |
Cut |
CutFinderWithoutLogIMExclusiveChoice.findCut(DfgMsd graph,
MinerStateWithoutLog minerState) |
Cut |
CutFinderWithoutLogIMLoop.findCut(DfgMsd graph,
MinerStateWithoutLog minerState) |
Cut |
CutFinderWithoutLogIMLoopWithMinimumSelfDistance.findCut(DfgMsd graph,
MinerStateWithoutLog minerState) |
Cut |
CutFinderWithoutLogIMSequence.findCut(DfgMsd graph,
MinerStateWithoutLog minerState) |
Modifier and Type | Method and Description |
---|---|
DfgMsd[] |
DfgMsdSplitter.split(DfgMsd graph,
Cut cut,
MinerStateWithoutLog minerState) |
DfgMsd[] |
SimpleDfgMsdSplitter.split(DfgMsd graph,
Cut cut,
MinerStateWithoutLog minerState) |