public class ExhaustivePlugin extends ExhaustiveAlgorithm
Constructor and Description |
---|
ExhaustivePlugin() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
run(org.processmining.framework.plugin.PluginContext context,
org.processmining.processtree.ProcessTree tree,
org.deckfour.xes.model.XLog log,
ExhaustiveParameters parameters,
ConfigurableProcessesResult confProcResults)
The plug-in variant that runs in any context and requires a parameters.
|
java.lang.Object[] |
runDefault(org.processmining.framework.plugin.PluginContext context,
org.processmining.processtree.ProcessTree tree,
org.deckfour.xes.model.XLog log)
The plug-in variant that runs in any context and uses the default parameters.
|
java.lang.Object[] |
runUI(org.processmining.contexts.uitopia.UIPluginContext context,
org.processmining.processtree.ProcessTree tree,
org.deckfour.xes.model.XLog log)
The plug-in variant that runs in a UI context and uses a dialog to get the parameters.
|
apply, cartesianProduct, exhasutiveAlgorithm, treeUUIDList
public java.lang.Object[] run(org.processmining.framework.plugin.PluginContext context, org.processmining.processtree.ProcessTree tree, org.deckfour.xes.model.XLog log, ExhaustiveParameters parameters, ConfigurableProcessesResult confProcResults)
context
- The context to run in.input1
- The first input.input2
- The second input.parameters
- The parameters to use.public java.lang.Object[] runDefault(org.processmining.framework.plugin.PluginContext context, org.processmining.processtree.ProcessTree tree, org.deckfour.xes.model.XLog log)
context
- The context to run in.input1
- The first input.input2
- The second input.public java.lang.Object[] runUI(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.processtree.ProcessTree tree, org.deckfour.xes.model.XLog log)
context
- The context to run in.input1
- The first input.input2
- The second input.