public class InputChecker
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
INVALID |
static int |
NO_PROCESS_NAME |
static int |
VALID |
Constructor and Description |
---|
InputChecker() |
Modifier and Type | Method and Description |
---|---|
static int |
checkEvent(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.model.XEvent event,
org.deckfour.xes.model.XTrace trace) |
static int |
checkStateLog(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log) |
static boolean |
checkTrace(org.deckfour.xes.model.XTrace trace) |
public static final int INVALID
public static final int VALID
public static final int NO_PROCESS_NAME
public static int checkStateLog(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log)
public static boolean checkTrace(org.deckfour.xes.model.XTrace trace)
public static int checkEvent(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, org.deckfour.xes.model.XEvent event, org.deckfour.xes.model.XTrace trace)