Class TSAnalyzerPlugin


  • public class TSAnalyzerPlugin
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

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

      • TSAnalyzerPlugin

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