Uses of Interface
org.processmining.plugins.InductiveMiner.dfgOnly.dfgBaseCaseFinder.DfgBaseCaseFinder
-
Packages that use DfgBaseCaseFinder Package Description org.processmining.plugins.InductiveMiner.dfgOnly org.processmining.plugins.InductiveMiner.dfgOnly.dfgBaseCaseFinder -
-
Uses of DfgBaseCaseFinder in org.processmining.plugins.InductiveMiner.dfgOnly
Methods in org.processmining.plugins.InductiveMiner.dfgOnly that return types with arguments of type DfgBaseCaseFinder Modifier and Type Method Description java.lang.Iterable<DfgBaseCaseFinder>DfgMiningParameters. getDfgBaseCaseFinders()Method parameters in org.processmining.plugins.InductiveMiner.dfgOnly with type arguments of type DfgBaseCaseFinder Modifier and Type Method Description voidDfgMiningParameters. setDfgBaseCaseFinders(java.lang.Iterable<DfgBaseCaseFinder> baseCaseFinders) -
Uses of DfgBaseCaseFinder in org.processmining.plugins.InductiveMiner.dfgOnly.dfgBaseCaseFinder
Classes in org.processmining.plugins.InductiveMiner.dfgOnly.dfgBaseCaseFinder that implement DfgBaseCaseFinder Modifier and Type Class Description classSimpleDfgBaseCaseFinder
-