java.lang.Object
org.biojava.nbio.alignment.template.CallablePairwiseSequenceScorer<S,C>
- Type Parameters:
S- eachSequenceof the pair is of type SC- each element of aSequenceis aCompoundof type C
public class CallablePairwiseSequenceScorer<S extends Sequence<C>,C extends Compound>
extends Object
implements Callable<Double>
Implements a concurrency wrapper for a
PairwiseSequenceScorer.- Author:
- Mark Chapman
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a pairwise sequence scoring task for simplified parallel execution. -
Method Summary