public class AlignTreeRecipe extends AbstractRecipe<org.apache.commons.lang3.tuple.Pair<XAlignedTreeLog,IEPTree>,IEPTree,AlignTreeRecipe.Parameters>
Modifier and Type | Class and Description |
---|---|
static class |
AlignTreeRecipe.Parameters |
Constructor and Description |
---|
AlignTreeRecipe() |
Modifier and Type | Method and Description |
---|---|
protected IEPTree |
execute(org.apache.commons.lang3.tuple.Pair<XAlignedTreeLog,IEPTree> input) |
apply, getParameters
protected IEPTree execute(org.apache.commons.lang3.tuple.Pair<XAlignedTreeLog,IEPTree> input)
execute
in class AbstractRecipe<org.apache.commons.lang3.tuple.Pair<XAlignedTreeLog,IEPTree>,IEPTree,AlignTreeRecipe.Parameters>