public class XESImport
extends java.lang.Object
| Constructor and Description |
|---|
XESImport() |
| Modifier and Type | Method and Description |
|---|---|
protected java.io.InputStream |
getInputStream(java.io.File file) |
static java.lang.String |
getLogFileExtension(java.lang.String fileName) |
static java.lang.String |
getLogFileName(java.lang.String fileName) |
org.deckfour.xes.model.XLog |
readLog(java.io.File logFile) |
org.deckfour.xes.model.XLog |
readLog(java.lang.String xesFileName) |
static org.deckfour.xes.model.XLog |
readXLog(java.lang.String logFile) |
protected java.io.InputStream getInputStream(java.io.File file)
throws java.io.IOException
java.io.IOExceptionpublic org.deckfour.xes.model.XLog readLog(java.lang.String xesFileName)
throws java.io.IOException
java.io.IOExceptionpublic org.deckfour.xes.model.XLog readLog(java.io.File logFile)
throws java.io.IOException
java.io.IOExceptionpublic static java.lang.String getLogFileExtension(java.lang.String fileName)
public static java.lang.String getLogFileName(java.lang.String fileName)
public static org.deckfour.xes.model.XLog readXLog(java.lang.String logFile)
throws java.io.IOException
java.io.IOException