public class CreateAbstractedLog
extends java.lang.Object
Constructor and Description |
---|
CreateAbstractedLog() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
getKeyFromValue(java.util.Map hm,
java.lang.Object value) |
java.lang.Boolean |
getWithNumbers() |
java.lang.String |
incrementOne(java.lang.String s) |
org.deckfour.xes.model.XLog |
mineAbstractLogDays(org.deckfour.xes.model.XLog log,
TimeAndCountModel model) |
org.deckfour.xes.model.XLog |
mineAbstractLogHours(org.deckfour.xes.model.XLog log,
TimeAndCountModel model) |
org.deckfour.xes.model.XLog |
mineAbstractLogMinutes(org.deckfour.xes.model.XLog log,
TimeAndCountModel model)
Create Abstract Logs Time & Count
|
org.deckfour.xes.model.XLog |
mineAbstractLogMonths(org.deckfour.xes.model.XLog log,
TimeAndCountModel model) |
org.deckfour.xes.model.XLog |
mineAbstractLogWeeks(org.deckfour.xes.model.XLog log,
TimeAndCountModel model) |
void |
setWithNumbers(boolean checked) |
boolean |
stringContainsNumber(java.lang.String s) |
public org.deckfour.xes.model.XLog mineAbstractLogMinutes(org.deckfour.xes.model.XLog log, TimeAndCountModel model)
public org.deckfour.xes.model.XLog mineAbstractLogHours(org.deckfour.xes.model.XLog log, TimeAndCountModel model)
public org.deckfour.xes.model.XLog mineAbstractLogDays(org.deckfour.xes.model.XLog log, TimeAndCountModel model)
public org.deckfour.xes.model.XLog mineAbstractLogWeeks(org.deckfour.xes.model.XLog log, TimeAndCountModel model)
public org.deckfour.xes.model.XLog mineAbstractLogMonths(org.deckfour.xes.model.XLog log, TimeAndCountModel model)
public static java.lang.Object getKeyFromValue(java.util.Map hm, java.lang.Object value)
public boolean stringContainsNumber(java.lang.String s)
public java.lang.String incrementOne(java.lang.String s)
public void setWithNumbers(boolean checked)
public java.lang.Boolean getWithNumbers()