public class XESSAXParser
extends java.lang.Object
| Constructor and Description |
|---|
XESSAXParser() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
parse(org.xml.sax.helpers.DefaultHandler handler)
The method converts the input XES log provided in the standard input to a graph
|
static boolean |
parse(java.lang.String[] input_filenames,
org.xml.sax.helpers.DefaultHandler handler)
The method converts the input XES logs to a graph
|
static boolean |
parse(java.lang.String input_filename,
org.xml.sax.helpers.DefaultHandler handler)
The method converts the input XES log to a graph
|
public static boolean parse(org.xml.sax.helpers.DefaultHandler handler)
handler - Handler used to parse the XES logspublic static boolean parse(java.lang.String input_filename,
org.xml.sax.helpers.DefaultHandler handler)
input_filename - File containing the XES loghandler - Handler used to parse the XES logspublic static boolean parse(java.lang.String[] input_filenames,
org.xml.sax.helpers.DefaultHandler handler)
input_filename - Files containing the XES logshandler - Handler used to parse the XES logs