Uses of Interface
org.biojava.bio.dp.twohead.CellCalculator

Packages that use CellCalculator
org.biojava.bio.dp.twohead   
 

Uses of CellCalculator in org.biojava.bio.dp.twohead
 

Methods in org.biojava.bio.dp.twohead that return CellCalculator
 CellCalculator CellCalculatorFactory.forwards(ScoreType scoreType)
           
 CellCalculator CellCalculatorFactory.backwards(ScoreType scoreType)
           
 CellCalculator CellCalculatorFactory.viterbi(ScoreType scoreType, BackPointer terminal)
           
 CellCalculator DPInterpreter.forwards(ScoreType scoreType)
           
 CellCalculator DPInterpreter.backwards(ScoreType scoreType)
           
 CellCalculator DPInterpreter.viterbi(ScoreType scoreType, BackPointer terminal)