Uses of Interface
org.biojava.bio.dp.onehead.DPCursor
-
Packages that use DPCursor Package Description org.biojava.bio.dp.onehead -
-
Uses of DPCursor in org.biojava.bio.dp.onehead
Classes in org.biojava.bio.dp.onehead that implement DPCursor Modifier and Type Class Description classSmallCursorConstant-memory implementation of single-head DP cursor.Methods in org.biojava.bio.dp.onehead with parameters of type DPCursor Modifier and Type Method Description protected doubleSingleDP. backward(DPCursor dpCursor, ScoreType scoreType)protected voidSingleDP. backward_initialize(DPCursor dpCursor, ScoreType scoreType)protected voidSingleDP. backward_recurse(DPCursor dpCursor, ScoreType scoreType)protected doubleSingleDP. backward_termination(DPCursor dpCursor, ScoreType scoreType)protected doubleSingleDP. forward(DPCursor dpCursor, ScoreType scoreType)protected voidSingleDP. forward_initialize(DPCursor dpCursor, ScoreType scoreType)
-