Class MergeLogsPlugin

    • Constructor Summary

      Constructors 
      Constructor Description
      MergeLogsPlugin()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.deckfour.xes.model.XLog run​(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog mainLog, org.deckfour.xes.model.XLog subLog)  
      org.deckfour.xes.model.XLog run​(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog mainLog, org.deckfour.xes.model.XLog subLog, MergeLogsParameters parameters)  
      org.deckfour.xes.model.XLog runUI​(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog mainLog, org.deckfour.xes.model.XLog subLog)  
      • Methods inherited from class java.lang.Object

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

      • MergeLogsPlugin

        public MergeLogsPlugin()
    • Method Detail

      • runUI

        public org.deckfour.xes.model.XLog runUI​(org.processmining.contexts.uitopia.UIPluginContext context,
                                                 org.deckfour.xes.model.XLog mainLog,
                                                 org.deckfour.xes.model.XLog subLog)
      • run

        public org.deckfour.xes.model.XLog run​(org.processmining.framework.plugin.PluginContext context,
                                               org.deckfour.xes.model.XLog mainLog,
                                               org.deckfour.xes.model.XLog subLog)
      • run

        public org.deckfour.xes.model.XLog run​(org.processmining.framework.plugin.PluginContext context,
                                               org.deckfour.xes.model.XLog mainLog,
                                               org.deckfour.xes.model.XLog subLog,
                                               MergeLogsParameters parameters)