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