public static class MapDBDatabase.IO
extends java.lang.Object
Constructor and Description |
---|
IO() |
Modifier and Type | Method and Description |
---|---|
static org.deckfour.xes.model.XLog |
load(java.io.File file) |
static org.deckfour.xes.model.XLog |
loadWithCache(java.io.File file) |
static void |
save(org.deckfour.xes.model.XLog log,
java.io.File file) |
public static org.deckfour.xes.model.XLog load(java.io.File file) throws java.lang.Exception
java.lang.Exception
public static org.deckfour.xes.model.XLog loadWithCache(java.io.File file)
public static void save(org.deckfour.xes.model.XLog log, java.io.File file)