- 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 aPairwiseSequenceScorer
.- Author:
- Mark Chapman
-
-
Constructor Summary
Constructors Constructor Description CallablePairwiseSequenceScorer(PairwiseSequenceScorer<S,C> pss)
Creates a pairwise sequence scoring task for simplified parallel execution.
-
-
-
Constructor Detail
-
CallablePairwiseSequenceScorer
public CallablePairwiseSequenceScorer(PairwiseSequenceScorer<S,C> pss)
Creates a pairwise sequence scoring task for simplified parallel execution.- Parameters:
pss
- already initialized pairwise sequence scorer
-
-