Class PreprocessLogFilter
- java.lang.Object
-
- org.processmining.plugins.filter.context.PreprocessLogFilter
-
public class PreprocessLogFilter extends java.lang.ObjectCreated by andreas on 2/15/17.
-
-
Constructor Summary
Constructors Constructor Description PreprocessLogFilter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.deckfour.xes.model.XLogreDuplicateEvents(org.deckfour.xes.model.XLog input)static org.deckfour.xes.model.XLogrenameUnderscores(org.deckfour.xes.model.XLog input)static org.deckfour.xes.model.XLogreorderByTime(org.deckfour.xes.model.XLog input)
-
-
-
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)
-
-