public class PLGProcessGenerator
extends java.lang.Object
Constructor and Description |
---|
PLGProcessGenerator() |
Modifier and Type | Method and Description |
---|---|
PlgProcess |
generateProcess(org.processmining.framework.plugin.PluginContext context,
PLGProcessGeneratorConfiguration configuration)
This method implements the generation of a single process, starting from
the given configuration
|
PLGProcessCollection |
generateProcesses(org.processmining.contexts.uitopia.UIPluginContext context)
This method implements the generator of a collection of processes
|
public PlgProcess generateProcess(org.processmining.framework.plugin.PluginContext context, PLGProcessGeneratorConfiguration configuration)
context
- configuration
- the new process configurationpublic PLGProcessCollection generateProcesses(org.processmining.contexts.uitopia.UIPluginContext context)
context
- configuration
- the configuration of the collection of processes