@Deprecated public class EventLogArrayImpl extends ObjectArrayImpl<org.deckfour.xes.model.XLog> implements EventLogArray
list
Constructor and Description |
---|
EventLogArrayImpl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addLog(int index,
org.deckfour.xes.model.XLog log)
Deprecated.
|
int |
addLog(org.deckfour.xes.model.XLog log)
Deprecated.
|
void |
exportToFile(org.processmining.framework.plugin.PluginContext context,
java.io.File file)
Deprecated.
|
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.
|
void |
importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String parent)
Deprecated.
|
void |
removeLog(int index)
Deprecated.
|
int |
removeLog(org.deckfour.xes.model.XLog log)
Deprecated.
|
addElement, addElement, getElement, getSize, importFromStream, init, removeElement, removeElement
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSize, init
@Deprecated public int addLog(org.deckfour.xes.model.XLog log)
EventLogArray
addLog
in interface EventLogArray
log
- The given log.@Deprecated public int removeLog(org.deckfour.xes.model.XLog log)
EventLogArray
removeLog
in interface EventLogArray
log
- The given log.@Deprecated public void addLog(int index, org.deckfour.xes.model.XLog log)
EventLogArray
addLog
in interface EventLogArray
index
- The given index.log
- The given log.@Deprecated public void removeLog(int index)
EventLogArray
removeLog
in interface EventLogArray
index
- The given index.@Deprecated public org.deckfour.xes.model.XLog getLog(int index)
EventLogArray
getLog
in interface EventLogArray
index
- The given index.public void importFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String parent) throws java.lang.Exception
importFromStream
in interface EventLogArray
importFromStream
in interface ObjectArray<org.deckfour.xes.model.XLog>
java.lang.Exception
public void exportToFile(org.processmining.framework.plugin.PluginContext context, java.io.File file, org.deckfour.xes.out.XSerializer logSerializer) throws java.io.IOException
exportToFile
in interface EventLogArray
java.io.IOException
public void exportToFile(org.processmining.framework.plugin.PluginContext context, java.io.File file) throws java.lang.Exception
exportToFile
in interface ObjectArray<org.deckfour.xes.model.XLog>
java.lang.Exception