Class TSAnalyzerPlugin
- java.lang.Object
-
- org.processmining.plugins.tsanalyzer.TSAnalyzerPlugin
-
public class TSAnalyzerPlugin extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TSAnalyzerPlugin()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AnnotatedTransitionSystemsimple(org.processmining.framework.plugin.PluginContext context, EventPayloadTransitionSystem ts, org.deckfour.xes.model.XLog log)Converts the given transition system using the default conversion settings.
-
-
-
Method Detail
-
simple
public static AnnotatedTransitionSystem 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.- Parameters:
context- The current plug-in context.ts- The transition system to convert.- Returns:
- The converted transition system.
-
-