Uses of Interface
org.processmining.plugins.inductiveminer2.withoutlog.cutfinders.CutFinderWithoutLog
-
-
Uses of CutFinderWithoutLog in org.processmining.plugins.inductiveminer2.withoutlog
Methods in org.processmining.plugins.inductiveminer2.withoutlog that return types with arguments of type CutFinderWithoutLog Modifier and Type Method Description java.util.List<CutFinderWithoutLog>MiningParametersWithoutLog. getCutFinders()Method parameters in org.processmining.plugins.inductiveminer2.withoutlog with type arguments of type CutFinderWithoutLog Modifier and Type Method Description static CutInductiveMinerWithoutLog. findCut(DfgMsd graph, java.lang.Iterable<CutFinderWithoutLog> cutFinders, MinerStateWithoutLog minerState) -
Uses of CutFinderWithoutLog in org.processmining.plugins.inductiveminer2.withoutlog.cutfinders
Classes in org.processmining.plugins.inductiveminer2.withoutlog.cutfinders that implement CutFinderWithoutLog Modifier and Type Class Description classCutFinderWithoutLogIMConcurrentclassCutFinderWithoutLogIMConcurrentWithMinimumSelfDistanceclassCutFinderWithoutLogIMExclusiveChoiceclassCutFinderWithoutLogIMLoopclassCutFinderWithoutLogIMLoopWithMinimumSelfDistanceclassCutFinderWithoutLogIMSequence -
Uses of CutFinderWithoutLog in org.processmining.plugins.inductiveminer2.withoutlog.variants
Fields in org.processmining.plugins.inductiveminer2.withoutlog.variants declared as CutFinderWithoutLog Modifier and Type Field Description static CutFinderWithoutLogMiningParametersIMInfrequentWithoutLog. filteringCutFindersFields in org.processmining.plugins.inductiveminer2.withoutlog.variants with type parameters of type CutFinderWithoutLog Modifier and Type Field Description static java.util.List<CutFinderWithoutLog>MiningParametersIMWithoutLog. basicCutFindersMethods in org.processmining.plugins.inductiveminer2.withoutlog.variants that return types with arguments of type CutFinderWithoutLog Modifier and Type Method Description java.util.List<CutFinderWithoutLog>MiningParametersIMInfrequentWithoutLog. getCutFinders()java.util.List<CutFinderWithoutLog>MiningParametersIMWithoutLog. getCutFinders()
-