- 
- Type Parameters:
- S- each- Sequenceof the alignment pair is of type S
- C- each element of a Sequence is a- Compoundof type C
 - All Superinterfaces:
- Scorer
 - All Known Subinterfaces:
- PairInProfileScorer<S,C>,- PairwiseSequenceAligner<S,C>
 - All Known Implementing Classes:
- AbstractPairwiseSequenceAligner,- AnchoredPairwiseSequenceAligner,- FractionalIdentityInProfileScorer,- FractionalIdentityScorer,- FractionalSimilarityInProfileScorer,- FractionalSimilarityScorer,- GuanUberbacher,- NeedlemanWunsch,- SmithWaterman,- SubstitutionMatrixScorer
 
 public interface PairwiseSequenceScorer<S extends Sequence<C>,C extends Compound> extends Scorer Defines an algorithm which computes a score for a pair of sequences.- Author:
- Mark Chapman
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description SgetQuery()Returns the first sequence of the pair.SgetTarget()Returns the second sequence of the pair.- 
Methods inherited from interface org.biojava.nbio.alignment.template.ScorergetDistance, getDistance, getMaxScore, getMinScore, getScore, getSimilarity, getSimilarity
 
- 
 
-