Class LoadAnnotationPlugin
- java.lang.Object
-
- org.processmining.plugins.filter.context.LoadAnnotationPlugin
-
public class LoadAnnotationPlugin extends java.lang.ObjectThis 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.StringCONTEXT_LOAD
-
Constructor Summary
Constructors Constructor Description LoadAnnotationPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.deckfour.xes.model.XLogaddNumberOfInstancesInSystemToLog(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 instanceorg.deckfour.xes.model.XLogaddNumberOfInstancesInSystemToLogHeadless(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log)
-
-
-
Field Detail
-
CONTEXT_LOAD
public static final java.lang.String CONTEXT_LOAD
- See Also:
- Constant Field Values
-
-
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)
-
-