public class AlignLogRecipe extends AbstractRecipe<org.apache.commons.lang3.tuple.Pair<org.deckfour.xes.model.XLog,IEPTree>,XAlignedTreeLog,AlignLogRecipe.Parameters>
Modifier and Type | Class and Description |
---|---|
static class |
AlignLogRecipe.Parameters |
Modifier and Type | Field and Description |
---|---|
Signal3<java.lang.Integer,java.lang.Integer,java.lang.Integer> |
ProgressUpdate |
Constructor and Description |
---|
AlignLogRecipe() |
Modifier and Type | Method and Description |
---|---|
protected XAlignedTreeLog |
execute(org.apache.commons.lang3.tuple.Pair<org.deckfour.xes.model.XLog,IEPTree> input) |
apply, getParameters
public final Signal3<java.lang.Integer,java.lang.Integer,java.lang.Integer> ProgressUpdate
protected XAlignedTreeLog execute(org.apache.commons.lang3.tuple.Pair<org.deckfour.xes.model.XLog,IEPTree> input)
execute
in class AbstractRecipe<org.apache.commons.lang3.tuple.Pair<org.deckfour.xes.model.XLog,IEPTree>,XAlignedTreeLog,AlignLogRecipe.Parameters>