Class TSConverterPlugin
- java.lang.Object
-
- org.processmining.plugins.transitionsystem.converter.TSConverterPlugin
-
public class TSConverterPlugin extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TSConverterPlugin()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Object[]main(org.processmining.framework.plugin.PluginContext context, TSMinerTransitionSystem ts)Converts the given transition system using the default conversion settings.static voidsetLabels(org.processmining.framework.plugin.PluginContext context, TSMinerTransitionSystem ts)Sets the labels for the pending future results.
-
-
-
Method Detail
-
main
public static java.lang.Object[] main(org.processmining.framework.plugin.PluginContext context, TSMinerTransitionSystem ts)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.
-
setLabels
public static void setLabels(org.processmining.framework.plugin.PluginContext context, TSMinerTransitionSystem ts)Sets the labels for the pending future results.- Parameters:
context- The current plug-in context.ts- The transition system to convert.
-
-