Class TSConverterPlugin


  • public class TSConverterPlugin
    extends java.lang.Object
    • 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 void setLabels​(org.processmining.framework.plugin.PluginContext context, TSMinerTransitionSystem ts)
      Sets the labels for the pending future results.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TSConverterPlugin

        public TSConverterPlugin()
    • 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.