org.processmining.plugins.loginsertstart
Class ObtainDurationsWithoutStart
java.lang.Object
org.processmining.plugins.loginsertstart.ObtainDurationsWithoutStart
public class ObtainDurationsWithoutStart
- extends java.lang.Object
Check the log and see if any start events exist or not in the event log.
- Author:
- jnakatumba
Constructor Summary |
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 |
java.util.List<org.processmining.framework.util.Pair<java.lang.String,java.lang.Long>> |
getResDateDetails()
|
java.util.Set<java.lang.String> |
getResNames()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
getResDateDetails
public java.util.List<org.processmining.framework.util.Pair<java.lang.String,java.lang.Long>> getResDateDetails()
getResNames
public java.util.Set<java.lang.String> getResNames()