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

Packages that use CellCalculatorFactoryMaker
org.biojava.bio.dp HMM and Dynamic Programming Algorithms. 
org.biojava.bio.dp.twohead   
 

Uses of CellCalculatorFactoryMaker in org.biojava.bio.dp
 

Constructors in org.biojava.bio.dp with parameters of type CellCalculatorFactoryMaker
DPFactory.DefaultFactory(CellCalculatorFactoryMaker cfFacM)
           
 

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

Classes in org.biojava.bio.dp.twohead that implement CellCalculatorFactoryMaker
 class DPCompiler
          This is an implementation of CellCalculatorFactoryMaker that compiles the HMM object down to Java byte-code that is equivalent in behaviour to the interpreter.
static class DPInterpreter.Maker
           
 

Constructors in org.biojava.bio.dp.twohead with parameters of type CellCalculatorFactoryMaker
PairwiseDP(MarkovModel mm, CellCalculatorFactoryMaker ccfm)