public class ObtainDurationWithStart
extends java.lang.Object
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
java.util.List<org.processmining.framework.util.Pair<java.lang.String,java.lang.Long>> |
getResDateDetails() |
java.util.Set<java.lang.String> |
getResNames() |
public ObtainDurationWithStart(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log)
context
- The pluginContext in which this plugin is executed.log
- The log that needs to be filtered.