public class AlignTreeEventIntervals extends java.lang.Object implements com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<XAlignedTreeLog,IEPTree>,IEPTree>
Constructor and Description |
---|
AlignTreeEventIntervals() |
Modifier and Type | Method and Description |
---|---|
void |
annotate(XAlignedTreeLog align,
IEPTree tree) |
IEPTree |
apply(org.apache.commons.lang3.tuple.Pair<XAlignedTreeLog,IEPTree> input) |
int |
getConcurrentThreads() |
void |
setConcurrentThreads(int concurrentThreads) |
public int getConcurrentThreads()
public void setConcurrentThreads(int concurrentThreads)
public IEPTree apply(org.apache.commons.lang3.tuple.Pair<XAlignedTreeLog,IEPTree> input)
apply
in interface com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<XAlignedTreeLog,IEPTree>,IEPTree>
public void annotate(XAlignedTreeLog align, IEPTree tree)