@Deprecated
public interface LogAlignmentArray
extends org.processmining.framework.util.HTMLToString
Modifier and Type | Method and Description |
---|---|
void |
addAlignment(int index,
LogAlignment alignment)
Deprecated.
|
int |
addAlignment(LogAlignment alignment)
Deprecated.
|
void |
exportToFile(org.processmining.framework.plugin.PluginContext context,
java.io.File file)
Deprecated.
|
LogAlignment |
getAlignment(int index)
Deprecated.
|
int |
getSize()
Deprecated.
|
void |
importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String parent)
Deprecated.
|
void |
init()
Deprecated.
|
void |
removeAlignment(int index)
Deprecated.
|
int |
removeAlignment(LogAlignment alignment)
Deprecated.
|
void init()
int addAlignment(LogAlignment alignment)
int removeAlignment(LogAlignment alignment)
void addAlignment(int index, LogAlignment alignment)
void removeAlignment(int index)
LogAlignment getAlignment(int 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) throws java.io.IOException
java.io.IOException