java.lang.Object
org.biojava.nbio.alignment.template.CallablePairwiseSequenceAligner<S,C> 
- Type Parameters:
 S- eachSequenceof the alignment pair is of type SC- each element of anAlignedSequenceis aCompoundof type C
- All Implemented Interfaces:
 Callable<SequencePair<S,C>> 
public class CallablePairwiseSequenceAligner<S extends Sequence<C>,C extends Compound> 
extends Object
implements Callable<SequencePair<S,C>> 
Implements a concurrency wrapper for a 
PairwiseSequenceAligner.- Author:
 - Mark Chapman
 
- 
Constructor Summary
ConstructorsConstructorDescriptionCreates a pairwise sequence alignment task for simplified parallel execution. - 
Method Summary