Package | Description |
---|---|
org.processmining.models | |
org.processmining.models.impl | |
org.processmining.plugins |
Modifier and Type | Method and Description |
---|---|
LogAlignment |
LogAlignmentArray.getAlignment(int index)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
LogAlignmentArray.addAlignment(int index,
LogAlignment alignment)
Deprecated.
|
int |
LogAlignmentArray.addAlignment(LogAlignment alignment)
Deprecated.
|
int |
LogAlignmentArray.removeAlignment(LogAlignment alignment)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
LogAlignmentImpl
Deprecated.
Please use org.processmining.logalignment.models.impl.LogAlignmentImpl instead.
|
Modifier and Type | Method and Description |
---|---|
static LogAlignment |
DivideAndConquerFactory.createLogAlignment()
Deprecated.
Please use org.processmining.logalignment.models.impl.LogAlignmentFactory.createLogAlignment() instead.
|
LogAlignment |
LogAlignmentArrayImpl.getAlignment(int index)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
LogAlignmentArrayImpl.addAlignment(int index,
LogAlignment alignment)
Deprecated.
|
int |
LogAlignmentArrayImpl.addAlignment(LogAlignment alignment)
Deprecated.
|
int |
LogAlignmentArrayImpl.removeAlignment(LogAlignment alignment)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ExportLogAlignmentPlugin.export(org.processmining.framework.plugin.PluginContext context,
LogAlignment alignment,
java.io.File file)
Deprecated.
|