public class ObtainDurationsWithoutStart
extends java.lang.Object
Constructor and 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
|
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 ObtainDurationsWithoutStart(org.deckfour.xes.model.XLog log, java.lang.String choice)
context
- The pluginContext in which this plugin is executed.log
- The log that needs to be filtered.