public class BuilderAlgorithm
extends java.lang.Object
Constructor and Description |
---|
BuilderAlgorithm() |
Modifier and Type | Method and Description |
---|---|
BuilderOutput |
apply(org.processmining.framework.plugin.PluginContext context,
BuilderInput input,
BuilderConfiguration configuration) |
LogSkeletonCount |
count(org.deckfour.xes.model.XLog log,
BuilderConfiguration configuration)
Returns the count for the provided log using the provided configuration.
|
public BuilderOutput apply(org.processmining.framework.plugin.PluginContext context, BuilderInput input, BuilderConfiguration configuration)
public LogSkeletonCount count(org.deckfour.xes.model.XLog log, BuilderConfiguration configuration)
log
- THe provided log.configuration
- The provided configuration.