- Type Parameters:
 S- eachSequencein the pair of alignmentProfiles is of type SC- each element of anAlignedSequenceis aCompoundof type C
- All Superinterfaces:
 Aligner<S,,C> ProfileProfileScorer<S,,C> Scorer
- All Known Implementing Classes:
 AbstractProfileProfileAligner,SimpleProfileProfileAligner
public interface ProfileProfileAligner<S extends Sequence<C>,C extends Compound> 
extends Aligner<S,C>, ProfileProfileScorer<S,C>  
Defines an 
Aligner for a pair of Profiles.- Author:
 - Mark Chapman
 
- 
Method Summary
Methods inherited from interface org.biojava.nbio.alignment.template.Aligner
getComputationTime, getProfileMethods inherited from interface org.biojava.nbio.alignment.template.ProfileProfileScorer
getQuery, getTargetMethods inherited from interface org.biojava.nbio.alignment.template.Scorer
getDistance, getDistance, getMaxScore, getMinScore, getScore, getSimilarity, getSimilarity 
- 
Method Details
- 
getPair
ProfilePair<S,C> getPair()Returns alignment profile pair.- Returns:
 - alignment profile pair
 
 
 -