org.biojava3.alignment.template
Class CallablePairwiseSequenceScorer<S extends Sequence<C>,C extends Compound>
java.lang.Object
org.biojava3.alignment.template.CallablePairwiseSequenceScorer<S,C>
- Type Parameters:
S - each Sequence of the pair is of type SC - each element of a Sequence is a Compound of type C
- All Implemented Interfaces:
- Callable<Integer>
public class CallablePairwiseSequenceScorer<S extends Sequence<C>,C extends Compound>
- extends Object
- implements Callable<Integer>
Implements a concurrency wrapper for a PairwiseSequenceScorer.
- Author:
- Mark Chapman
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallablePairwiseSequenceScorer
public CallablePairwiseSequenceScorer(PairwiseSequenceScorer<S,C> pss)
- Creates a pairwise sequence scoring task for simplified parallel execution.
- Parameters:
pss - already initialized pairwise sequence scorer
call
public Integer call()
- Specified by:
call in interface Callable<Integer>