S - each Sequence of the pair is of type SC - each element of a Sequence is a Compound of type Cpublic class CallablePairwiseSequenceScorer<S extends Sequence<C>,C extends Compound>
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Double>
PairwiseSequenceScorer.| Constructor and Description |
|---|
CallablePairwiseSequenceScorer(PairwiseSequenceScorer<S,C> pss)
Creates a pairwise sequence scoring task for simplified parallel execution.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
call() |
public CallablePairwiseSequenceScorer(PairwiseSequenceScorer<S,C> pss)
pss - already initialized pairwise sequence scorerCopyright © 2000-2020 BioJava. All Rights Reserved.