- All Implemented Interfaces:
- org.processmining.framework.abstractplugins.ImportPlugin
public class XSStaticXSEventStreamImportPlugin
extends org.processmining.framework.abstractplugins.AbstractImportPlugin
this importer is build for the purpose of reusing event streams, from an
"academic", experimental perspective. The importer assumes some text field
that contains one event per line. The format expected is of the form
"{key=value, key=value, ...,} \n {key=... ". Since the nature of the code is
purely for scientific purposes, no fancy check on the input are performed.
- Author:
- Sebastiaan J. van Zelst.