| Interface | Description | 
|---|---|
| DPCursor | Encapsulates the dynamic programmming matrix, and the context within algorithms work. | 
| Class | Description | 
|---|---|
| SingleDP | An implementation of DP that aligns a single sequence against a single model. | 
| SingleDPMatrix | The dynamic programming matrix for a single sequence. | 
| SmallCursor | Constant-memory implementation of single-head DP cursor. | 
Copyright © 2020 BioJava. All rights reserved.