public class EISAlgorithm
extends java.lang.Object
Constructor and Description |
---|
EISAlgorithm() |
Modifier and Type | Method and Description |
---|---|
void |
apply(org.processmining.framework.plugin.PluginContext context,
EISParameters parameters)
The method that implements your algorithm.
|
public void apply(org.processmining.framework.plugin.PluginContext context, EISParameters parameters)
context
- The context where to run in.input1
- The first input.input2
- The second input.parameters
- The parameters to use.