Class AbstractScorer

java.lang.Object
org.biojava.nbio.alignment.template.AbstractScorer
All Implemented Interfaces:
Scorer
Direct Known Subclasses:
AbstractMatrixAligner, FractionalIdentityScorer, FractionalSimilarityScorer, StandardRescoreRefiner, SubstitutionMatrixScorer

public abstract class AbstractScorer extends Object implements Scorer
Implements common code for algorithms which compute a score.
Author:
Mark Chapman