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 class
SmallCursor
Constant-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 double
SingleDP. backward(DPCursor dpCursor, ScoreType scoreType)
protected void
SingleDP. backward_initialize(DPCursor dpCursor, ScoreType scoreType)
protected void
SingleDP. backward_recurse(DPCursor dpCursor, ScoreType scoreType)
protected double
SingleDP. backward_termination(DPCursor dpCursor, ScoreType scoreType)
protected double
SingleDP. forward(DPCursor dpCursor, ScoreType scoreType)
protected void
SingleDP. forward_initialize(DPCursor dpCursor, ScoreType scoreType)
-