public class CreateLogWithAttributesPlugin
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
stop |
Constructor and Description |
---|
CreateLogWithAttributesPlugin() |
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.model.XLog |
yourDefaultPlugin(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog logOrg)
The plug-in variant that runs in a UI context and uses a dialog to get
the configuration.
|
org.deckfour.xes.model.XLog |
yourPrivatePlugin(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog logOriginal) |
public org.deckfour.xes.model.XLog yourPrivatePlugin(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog logOriginal) throws java.lang.IllegalAccessException, java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.InstantiationException
public org.deckfour.xes.model.XLog yourDefaultPlugin(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog logOrg) throws java.lang.IllegalAccessException, java.lang.InstantiationException
context
- The context to run in.input1
- The first input.input2
- The second input.java.lang.InstantiationException
java.lang.IllegalAccessException