Uses of Class
org.processmining.est2miner.models.preprocessing.CountedPLog
-
Packages that use CountedPLog Package Description org.processmining.est2miner.algorithms.placeevaluation org.processmining.est2miner.models.coreobjects org.processmining.est2miner.plugins -
-
Uses of CountedPLog in org.processmining.est2miner.algorithms.placeevaluation
Constructors in org.processmining.est2miner.algorithms.placeevaluation with parameters of type CountedPLog Constructor Description PlaceEvaluator(CountedPLog countedPLog, double threshold) -
Uses of CountedPLog in org.processmining.est2miner.models.coreobjects
Constructors in org.processmining.est2miner.models.coreobjects with parameters of type CountedPLog Constructor Description ESTLog(CountedPLog countedPLog) -
Uses of CountedPLog in org.processmining.est2miner.plugins
Methods in org.processmining.est2miner.plugins with parameters of type CountedPLog Modifier and Type Method Description java.lang.Object[]ESTSquareMinerPlugin. discover(org.processmining.framework.plugin.PluginContext context, CountedPLog inputLog, Parameters parameters)
-