Class PreprocessLogFilter


  • public class PreprocessLogFilter
    extends java.lang.Object
    Created by andreas on 2/15/17.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.deckfour.xes.model.XLog reDuplicateEvents​(org.deckfour.xes.model.XLog input)  
      static org.deckfour.xes.model.XLog renameUnderscores​(org.deckfour.xes.model.XLog input)  
      static org.deckfour.xes.model.XLog reorderByTime​(org.deckfour.xes.model.XLog input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PreprocessLogFilter

        public PreprocessLogFilter()
    • Method Detail

      • renameUnderscores

        public static org.deckfour.xes.model.XLog renameUnderscores​(org.deckfour.xes.model.XLog input)
      • reDuplicateEvents

        public static org.deckfour.xes.model.XLog reDuplicateEvents​(org.deckfour.xes.model.XLog input)
      • reorderByTime

        public static org.deckfour.xes.model.XLog reorderByTime​(org.deckfour.xes.model.XLog input)