Class 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

      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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • 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()