Uses of Class
org.processmining.log.models.LogCheckerReport
-
Packages that use LogCheckerReport Package Description org.processmining.log.algorithms org.processmining.log.logchecks org.processmining.log.logchecks.impl org.processmining.log.plugins -
-
Uses of LogCheckerReport in org.processmining.log.algorithms
Methods in org.processmining.log.algorithms that return LogCheckerReport Modifier and Type Method Description LogCheckerReportLogCheckerAlgorithm. apply(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, LogCheckerParameters parameters) -
Uses of LogCheckerReport in org.processmining.log.logchecks
Methods in org.processmining.log.logchecks with parameters of type LogCheckerReport Modifier and Type Method Description booleanLogCheck. check(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, LogCheckerReport report) -
Uses of LogCheckerReport in org.processmining.log.logchecks.impl
Methods in org.processmining.log.logchecks.impl with parameters of type LogCheckerReport Modifier and Type Method Description booleanLogCheckConsistentTypes. check(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, LogCheckerReport report)booleanLogCheckEventClassifiersGlobal. check(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, LogCheckerReport report)booleanLogCheckGlobalAttributes. check(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, LogCheckerReport report)booleanLogCheckConsistentTypes. checkEvents(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, LogCheckerReport report)booleanLogCheckConsistentTypes. checkTraces(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, LogCheckerReport report) -
Uses of LogCheckerReport in org.processmining.log.plugins
Methods in org.processmining.log.plugins that return LogCheckerReport Modifier and Type Method Description LogCheckerReportLogCheckerPlugin. runDefault(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log)
-