org.processmining.plugins.loginsertstart
Class ObtainDurationWithStart

java.lang.Object
  extended by org.processmining.plugins.loginsertstart.ObtainDurationWithStart

public class ObtainDurationWithStart
extends java.lang.Object

Check the log and see if any start events exist or not in the event log.

Author:
jnakatumba

Constructor Summary
ObtainDurationWithStart(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log)
          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
 

Constructor Detail

ObtainDurationWithStart

public ObtainDurationWithStart(org.processmining.framework.plugin.PluginContext context,
                               org.deckfour.xes.model.XLog log)
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.
Method Detail

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()