Class LoadAnnotationPlugin


  • public class LoadAnnotationPlugin
    extends java.lang.Object
    This is very basic. It adds the number of currently started, but not finished cases (i.e., the system load) to each event as a meta information. More sophisticated context annotation functionality can be found in the PredictionWithContext plug-in by Can Eren.

    only works, when time stamps are available

    Author:
    Andreas Rogge-Solti
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CONTEXT_LOAD  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.deckfour.xes.model.XLog addNumberOfInstancesInSystemToLog​(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log)
      Count the number of active cases in the process and add the count to each instance
      org.deckfour.xes.model.XLog addNumberOfInstancesInSystemToLogHeadless​(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log)  
      • Methods inherited from class java.lang.Object

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

      • LoadAnnotationPlugin

        public LoadAnnotationPlugin()
    • Method Detail

      • addNumberOfInstancesInSystemToLog

        public org.deckfour.xes.model.XLog addNumberOfInstancesInSystemToLog​(org.processmining.contexts.uitopia.UIPluginContext context,
                                                                             org.deckfour.xes.model.XLog log)
        Count the number of active cases in the process and add the count to each instance
      • addNumberOfInstancesInSystemToLogHeadless

        public org.deckfour.xes.model.XLog addNumberOfInstancesInSystemToLogHeadless​(org.processmining.framework.plugin.PluginContext context,
                                                                                     org.deckfour.xes.model.XLog log)