public class PLGLogGenerator
extends java.lang.Object
| Constructor and Description |
|---|
PLGLogGenerator() |
| Modifier and Type | Method and Description |
|---|---|
org.deckfour.xes.model.XLog |
generateLog(org.processmining.framework.plugin.PluginContext context,
PlgProcess process,
PLGLogGeneratorConfiguration configuration)
This method implements the plugin for the execution and the generation of
a log, given a configuration and a process model
|
PLGLogCollection |
generateLogs(org.processmining.contexts.uitopia.UIPluginContext context,
PLGProcessCollection processes)
This method implements the plugin for the execution and the generation of
a set of logs, given a set of processes
|
public org.deckfour.xes.model.XLog generateLog(org.processmining.framework.plugin.PluginContext context,
PlgProcess process,
PLGLogGeneratorConfiguration configuration)
context - process - the process modelconfiguration - the new log configurationpublic PLGLogCollection generateLogs(org.processmining.contexts.uitopia.UIPluginContext context, PLGProcessCollection processes)
context - processes - the set of process models