- Type Parameters:
R
- The result class.
- All Superinterfaces:
- AlignmentAlgorithm<R>, GapAlignmentAlgorithm<R>
public interface LocalAlignmentAlgorithm<R>
extends GapAlignmentAlgorithm<R>
This is an interface for GapAlignmentAlgorithms that also use skips
(SkipDeletion, SkipInsertion) and in that way are local distance measures.
- Author:
- Benjamin Paassen - bpaassen@techfak.uni-bielefeld.de