@Deprecated
public interface EventLogArray
Modifier and Type | Method and Description |
---|---|
void |
addLog(int index,
org.deckfour.xes.model.XLog log)
Deprecated.
Adds the given log at the given index to the array.
|
int |
addLog(org.deckfour.xes.model.XLog log)
Deprecated.
Adds the given log to the array.
|
void |
exportToFile(org.processmining.framework.plugin.PluginContext context,
java.io.File file,
org.deckfour.xes.out.XSerializer logSerializer)
Deprecated.
|
org.deckfour.xes.model.XLog |
getLog(int index)
Deprecated.
Returns the log at the given index.
|
int |
getSize()
Deprecated.
|
void |
importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String parent)
Deprecated.
|
void |
init()
Deprecated.
Initializes the event log array.
|
void |
removeLog(int index)
Deprecated.
Removes the log from the given index.
|
int |
removeLog(org.deckfour.xes.model.XLog log)
Deprecated.
Removes the first occurrence of the given log from the array,
|
void init()
int addLog(org.deckfour.xes.model.XLog log)
log
- The given log.int removeLog(org.deckfour.xes.model.XLog log)
log
- The given log.void addLog(int index, org.deckfour.xes.model.XLog log)
index
- The given index.log
- The given log.void removeLog(int index)
index
- The given index.org.deckfour.xes.model.XLog getLog(int index)
index
- The given index.int getSize()
void importFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String parent) throws java.lang.Exception
java.lang.Exception
void exportToFile(org.processmining.framework.plugin.PluginContext context, java.io.File file, org.deckfour.xes.out.XSerializer logSerializer) throws java.io.IOException
java.io.IOException