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
  • Constructor Details

    • CallablePairwiseSequenceScorer

      public CallablePairwiseSequenceScorer(PairwiseSequenceScorer<S,C> pss)
      Creates a pairwise sequence scoring task for simplified parallel execution.
      Parameters:
      pss - already initialized pairwise sequence scorer
  • Method Details