public interface CellCalculatorFactory
Modifier and Type | Method and Description |
---|---|
CellCalculator |
backwards(ScoreType scoreType) |
CellCalculator |
forwards(ScoreType scoreType) |
CellCalculator |
viterbi(ScoreType scoreType,
BackPointer terminal) |
CellCalculator forwards(ScoreType scoreType) throws IllegalSymbolException, IllegalAlphabetException, IllegalTransitionException
CellCalculator backwards(ScoreType scoreType) throws IllegalSymbolException, IllegalAlphabetException, IllegalTransitionException
CellCalculator viterbi(ScoreType scoreType, BackPointer terminal) throws IllegalSymbolException, IllegalAlphabetException, IllegalTransitionException
Copyright © 2014 BioJava. All rights reserved.