public class ClosGrow
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ClosGrow.RightShiftOrder |
Constructor and Description |
---|
ClosGrow() |
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.model.XLog |
abstractLogBasedOnPatterns(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log) |
static java.lang.String |
getActivity(org.deckfour.xes.model.XEvent event) |
static java.lang.String |
getActivity(org.deckfour.xes.model.XTrace trace,
int position) |
static int |
getIndexOfEvent(org.deckfour.xes.model.XEvent event) |
static int |
getIndexOfTrace(org.deckfour.xes.model.XTrace trace) |
static org.deckfour.xes.model.XLog |
INSgrow(org.deckfour.xes.model.XLog log,
org.deckfour.xes.model.XTrace subPattern,
org.deckfour.xes.model.XLog I,
org.deckfour.xes.model.XEvent e) |
static org.deckfour.xes.model.XEvent |
newEmptyEvent() |
static org.deckfour.xes.model.XLog |
newEmptyLog() |
static org.deckfour.xes.model.XTrace |
newEmptyTrace() |
static org.deckfour.xes.model.XEvent |
newEventWithActivity(java.lang.String activity) |
static org.deckfour.xes.model.XEvent |
newEventWithActivityAndIndex(java.lang.String activity,
int index) |
static org.deckfour.xes.model.XTrace |
newTraceWithIndex(int index) |
static int |
next(org.deckfour.xes.model.XTrace Si,
org.deckfour.xes.model.XEvent e,
int lowest) |
org.deckfour.xes.model.XLog |
runHeadless(org.deckfour.xes.model.XLog log,
int min_sup) |
static org.deckfour.xes.model.XLog |
supComp(org.deckfour.xes.model.XLog log,
org.deckfour.xes.model.XTrace pattern) |
public org.deckfour.xes.model.XLog abstractLogBasedOnPatterns(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log)
public org.deckfour.xes.model.XLog runHeadless(org.deckfour.xes.model.XLog log, int min_sup)
public static org.deckfour.xes.model.XLog supComp(org.deckfour.xes.model.XLog log, org.deckfour.xes.model.XTrace pattern)
public static org.deckfour.xes.model.XLog INSgrow(org.deckfour.xes.model.XLog log, org.deckfour.xes.model.XTrace subPattern, org.deckfour.xes.model.XLog I, org.deckfour.xes.model.XEvent e)
public static int next(org.deckfour.xes.model.XTrace Si, org.deckfour.xes.model.XEvent e, int lowest)
public static int getIndexOfTrace(org.deckfour.xes.model.XTrace trace)
public static int getIndexOfEvent(org.deckfour.xes.model.XEvent event)
public static org.deckfour.xes.model.XEvent newEventWithActivityAndIndex(java.lang.String activity, int index)
public static org.deckfour.xes.model.XEvent newEventWithActivity(java.lang.String activity)
public static org.deckfour.xes.model.XEvent newEmptyEvent()
public static org.deckfour.xes.model.XLog newEmptyLog()
public static org.deckfour.xes.model.XTrace newTraceWithIndex(int index)
public static org.deckfour.xes.model.XTrace newEmptyTrace()
public static java.lang.String getActivity(org.deckfour.xes.model.XTrace trace, int position)
public static java.lang.String getActivity(org.deckfour.xes.model.XEvent event)