Class ObtainDurationsWithoutStart
- java.lang.Object
-
- org.processmining.plugins.loginsertstart.ObtainDurationsWithoutStart
-
public class ObtainDurationsWithoutStart extends java.lang.ObjectCheck the log and see if any start events exist or not in the event log.- Author:
- jnakatumba
-
-
Constructor Summary
Constructors Constructor Description ObtainDurationsWithoutStart(org.deckfour.xes.model.XLog log, java.lang.String choice)Initialize the plugin by checking if any start events exist in the log
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.processmining.framework.util.Pair<java.lang.String,java.lang.Long>>getResDateDetails()java.util.Set<java.lang.String>getResNames()
-
-
-
Constructor Detail
-
ObtainDurationsWithoutStart
public ObtainDurationsWithoutStart(org.deckfour.xes.model.XLog log, java.lang.String choice)Initialize the plugin by checking if any start events exist in the log- Parameters:
context- The pluginContext in which this plugin is executed.log- The log that needs to be filtered.
-
-