Uses of Interface
org.biojava.bio.dp.onehead.DPCursor
Packages that use DPCursor
-
Uses of DPCursor in org.biojava.bio.dp.onehead
Classes in org.biojava.bio.dp.onehead that implement DPCursorModifier and TypeClassDescriptionclass
Constant-memory implementation of single-head DP cursor.Methods in org.biojava.bio.dp.onehead with parameters of type DPCursorModifier and TypeMethodDescriptionprotected double
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
protected void
SingleDP.forward_initialize
(DPCursor dpCursor, ScoreType scoreType)