java.lang.Object
org.biojava.nbio.alignment.template.CallablePairwiseSequenceScorer<S,C>
- Type Parameters:
S
- eachSequence
of the pair is of type SC
- each element of aSequence
is aCompound
of 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
ConstructorDescriptionCreates a pairwise sequence scoring task for simplified parallel execution. -
Method Summary