Uses of Interface
org.biojava.bio.dp.onehead.DPCursor

Packages that use DPCursor
org.biojava.bio.dp.onehead   
 

Uses of DPCursor in org.biojava.bio.dp.onehead
 

Classes in org.biojava.bio.dp.onehead that implement DPCursor
 class SmallCursor
          Constant-memory implementation of single-head DP cursor.
 

Methods in org.biojava.bio.dp.onehead with parameters of type DPCursor
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.backward(DPCursor dpCursor, ScoreType scoreType)
           
protected  void SingleDP.forward_initialize(DPCursor dpCursor, ScoreType scoreType)
           
protected  double SingleDP.forward(DPCursor dpCursor, ScoreType scoreType)