Uses of Interface
org.processmining.plugins.inductiveminer2.framework.cutfinders.CutFinder
-
-
Uses of CutFinder in org.processmining.plugins.inductiveminer2.framework.cutfinders
Classes in org.processmining.plugins.inductiveminer2.framework.cutfinders that implement CutFinder Modifier and Type Class Description classCutFinderIMConcurrentclassCutFinderIMConcurrentWithMinimumSelfDistanceclassCutFinderIMExclusiveChoiceclassCutFinderIMLoopclassCutFinderIMSequence -
Uses of CutFinder in org.processmining.plugins.inductiveminer2.mining
Methods in org.processmining.plugins.inductiveminer2.mining that return types with arguments of type CutFinder Modifier and Type Method Description java.util.List<CutFinder>MiningParameters. getCutFinders()Method parameters in org.processmining.plugins.inductiveminer2.mining with type arguments of type CutFinder Modifier and Type Method Description static CutInductiveMiner. findCut(IMLog log, IMLogInfo logInfo, java.lang.Iterable<CutFinder> cutFinders, MinerState minerState) -
Uses of CutFinder in org.processmining.plugins.inductiveminer2.variants
Fields in org.processmining.plugins.inductiveminer2.variants declared as CutFinder Modifier and Type Field Description static CutFinderMiningParametersIMInfrequent. filteringCutFindersstatic CutFinderMiningParametersIMInfrequentLifeCycle. filteringCutFindersFields in org.processmining.plugins.inductiveminer2.variants with type parameters of type CutFinder Modifier and Type Field Description static java.util.List<CutFinder>MiningParametersIM. basicCutFindersprotected static java.util.List<CutFinder>MiningParametersIMInfrequentLifeCycle. cutFindersMethods in org.processmining.plugins.inductiveminer2.variants that return types with arguments of type CutFinder Modifier and Type Method Description java.util.List<CutFinder>MiningParametersIM. getCutFinders()java.util.List<CutFinder>MiningParametersIMInfrequent. getCutFinders()java.util.List<CutFinder>MiningParametersIMInfrequentLifeCycle. getCutFinders()java.util.List<CutFinder>MiningParametersIMInfrequentPartialTracesAli. getCutFinders()
-