public class CortadellaMethod extends AbstractMethod
fakeContext, useAlignments| Constructor and Description |
|---|
CortadellaMethod() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<DeDuplicatedLog> |
applyDeduplication(org.deckfour.xes.model.XLog logFile,
NLPLogUtilsParameters nlpParameters,
java.lang.String logName)
Each method must return a new log based on an input log.
|
long |
getMemoryUsage()
Asks either the virtual machine, or any spawned process for their used
memory.
|
java.lang.String |
getName()
The name of the method
|
getComplexity, getDeduplicationResult, getEfficientFlowerTree, getLogName, selectBestCandidate, toStringpublic java.lang.Iterable<DeDuplicatedLog> applyDeduplication(org.deckfour.xes.model.XLog logFile, NLPLogUtilsParameters nlpParameters, java.lang.String logName)
Methodpublic java.lang.String getName()
Methodpublic long getMemoryUsage()
MethodgetMemoryUsage in interface MethodgetMemoryUsage in class AbstractMethod