Class CallablePairwiseSequenceScorer<S extends Sequence<C>,C extends Compound>

java.lang.Object
org.biojava.nbio.alignment.template.CallablePairwiseSequenceScorer<S,C>
Type Parameters:
S - each Sequence of the pair is of type S
C - each element of a Sequence is a Compound of type C
All Implemented Interfaces:
Callable<Double>

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