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