public class L2LShortenNames
extends java.lang.Object
implements com.google.common.base.Function<org.deckfour.xes.model.XLog,org.deckfour.xes.model.XLog>
Modifier and Type | Class and Description |
---|---|
static class |
L2LShortenNames.Parameters |
Constructor and Description |
---|
L2LShortenNames() |
L2LShortenNames(L2LShortenNames.Parameters params) |
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.model.XLog |
apply(org.deckfour.xes.model.XLog input) |
org.deckfour.xes.model.XTrace |
apply(org.deckfour.xes.model.XTrace input) |
org.deckfour.xes.model.XLog |
transform(org.deckfour.xes.model.XLog input) |
public L2LShortenNames()
public L2LShortenNames(L2LShortenNames.Parameters params)
public org.deckfour.xes.model.XLog apply(org.deckfour.xes.model.XLog input)
apply
in interface com.google.common.base.Function<org.deckfour.xes.model.XLog,org.deckfour.xes.model.XLog>
public org.deckfour.xes.model.XTrace apply(org.deckfour.xes.model.XTrace input)
public org.deckfour.xes.model.XLog transform(org.deckfour.xes.model.XLog input)