public class TraceLevelAttributesIUI
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
stop |
| Constructor and Description |
|---|
TraceLevelAttributesIUI() |
| 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 log) |
public org.deckfour.xes.model.XLog yourPrivatePlugin(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log)
throws java.lang.IllegalAccessException,
java.lang.InstantiationException
java.lang.IllegalAccessExceptionjava.lang.InstantiationExceptionpublic 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.InstantiationExceptionjava.lang.IllegalAccessException