public class TSAnalyzerPlugin
extends java.lang.Object
Constructor and Description |
---|
TSAnalyzerPlugin() |
Modifier and Type | Method and Description |
---|---|
TimeTransitionSystemAnnotation |
options(org.processmining.contexts.uitopia.UIPluginContext context,
EventPayloadTransitionSystem ts,
org.deckfour.xes.model.XLog log)
Shows a dialog where the user can select which conversions to use, then
does the conversions.
|
TimeTransitionSystemAnnotation |
simple(org.processmining.framework.plugin.PluginContext context,
EventPayloadTransitionSystem ts,
org.deckfour.xes.model.XLog log)
Converts the given transition system using the default conversion
settings.
|
public TimeTransitionSystemAnnotation options(org.processmining.contexts.uitopia.UIPluginContext context, EventPayloadTransitionSystem ts, org.deckfour.xes.model.XLog log)
context
- The current plug-in context.ts
- The transition system to convert.public TimeTransitionSystemAnnotation simple(org.processmining.framework.plugin.PluginContext context, EventPayloadTransitionSystem ts, org.deckfour.xes.model.XLog log)
context
- The current plug-in context.ts
- The transition system to convert.