public class OpenLogFileDiskMemoryStoreImpl extends AbstractOpenXESFilePlugin
XFactoryExternalStore
for the attributes of all XES objects. In this implementation all attributes
are immutable. Therefore, it does NOT support the MXML parser, which tries to
change the values of attributes after creation.| Constructor and Description |
|---|
OpenLogFileDiskMemoryStoreImpl() |
| 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 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 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