Modifier and Type | Method and Description |
---|---|
CheckerOutput |
CheckerAlgorithm.apply(org.processmining.framework.plugin.PluginContext context,
CheckerInput input,
CheckerConfiguration configuration) |
Constructor and Description |
---|
BuilderConfiguration(CheckerConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Violation> |
LogSkeleton.check(org.deckfour.xes.model.XTrace trace,
LogSkeletonCount model,
CheckerConfiguration configuration)
Checks whether the provided trace and the provided count model violate this
log skeleton or this count model, using the provided configuration.
|
java.util.Collection<Violation> |
LogSkeletonCount.checkTransitionCounts(LogSkeletonCount model,
CheckerConfiguration configuration,
org.deckfour.xes.model.XTrace trace) |
Constructor and Description |
---|
CheckerPanel(org.deckfour.xes.model.XLog log,
CheckerConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.model.XLog |
CheckerPlugin.run(org.processmining.framework.plugin.PluginContext context,
LogSkeleton logSkeleton,
org.deckfour.xes.model.XLog log,
CheckerConfiguration configuration) |