public class AlignLog2Tree extends java.lang.Object implements com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<org.deckfour.xes.model.XLog,IEPTree>,XAlignedTreeLog>
Modifier and Type | Field and Description |
---|---|
protected org.deckfour.xes.classification.XEventClassifier |
classifier |
Signal3<java.lang.Integer,java.lang.Integer,java.lang.Integer> |
ProgressUpdate |
protected IQueryCancelError |
queryCatchError |
Constructor and Description |
---|
AlignLog2Tree() |
Modifier and Type | Method and Description |
---|---|
XAlignedTreeLog |
apply(org.apache.commons.lang3.tuple.Pair<org.deckfour.xes.model.XLog,IEPTree> input) |
XAlignedTreeLog |
performAlignment(org.deckfour.xes.model.XLog log,
IEPTree tree) |
void |
setQueryCatchError(IQueryCancelError queryCatchError) |
public final Signal3<java.lang.Integer,java.lang.Integer,java.lang.Integer> ProgressUpdate
protected IQueryCancelError queryCatchError
protected org.deckfour.xes.classification.XEventClassifier classifier
public void setQueryCatchError(IQueryCancelError queryCatchError)
public XAlignedTreeLog apply(org.apache.commons.lang3.tuple.Pair<org.deckfour.xes.model.XLog,IEPTree> input)
apply
in interface com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<org.deckfour.xes.model.XLog,IEPTree>,XAlignedTreeLog>
public XAlignedTreeLog performAlignment(org.deckfour.xes.model.XLog log, IEPTree tree)