public abstract class AbstractMapDBOpenLogFilePlugin extends AbstractOpenXESFilePlugin
| Constructor and Description |
|---|
AbstractMapDBOpenLogFilePlugin() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterParse(org.deckfour.xes.factory.XFactory factory) |
protected void |
beforeParse(org.deckfour.xes.factory.XFactory factory) |
protected abstract XFactoryExternalStore |
createFactory(MapDBStore.Builder builder) |
protected java.lang.Object |
importFromFile(org.processmining.framework.plugin.PluginContext context,
java.io.File file) |
protected java.lang.Object |
importFromStreamWithFactory(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String fileName,
long fileSizeInBytes,
org.deckfour.xes.factory.XFactory factory) |
getInputStream, importFile, importFile, importFile, importFile, logprotected abstract XFactoryExternalStore createFactory(MapDBStore.Builder builder)
protected java.lang.Object importFromFile(org.processmining.framework.plugin.PluginContext context,
java.io.File file)
throws java.lang.Exception
importFromFile in class AbstractOpenXESFilePluginjava.lang.Exceptionprotected java.lang.Object importFromStreamWithFactory(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String fileName,
long fileSizeInBytes,
org.deckfour.xes.factory.XFactory factory)
throws java.lang.Exception
importFromStreamWithFactory in class AbstractOpenXESFilePluginjava.lang.Exceptionprotected void beforeParse(org.deckfour.xes.factory.XFactory factory)
beforeParse in class AbstractOpenXESFilePluginprotected void afterParse(org.deckfour.xes.factory.XFactory factory)
afterParse in class AbstractOpenXESFilePlugin