public class DPInterpreter extends Object implements CellCalculatorFactory, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
DPInterpreter.Maker |
| Constructor and Description |
|---|
DPInterpreter(DP dp) |
| Modifier and Type | Method and Description |
|---|---|
CellCalculator |
backwards(ScoreType scoreType) |
CellCalculator |
forwards(ScoreType scoreType) |
CellCalculator |
viterbi(ScoreType scoreType,
BackPointer terminal) |
public DPInterpreter(DP dp)
public CellCalculator forwards(ScoreType scoreType) throws IllegalSymbolException, IllegalAlphabetException, IllegalTransitionException
forwards in interface CellCalculatorFactoryIllegalSymbolExceptionIllegalAlphabetExceptionIllegalTransitionExceptionpublic CellCalculator backwards(ScoreType scoreType) throws IllegalSymbolException, IllegalAlphabetException, IllegalTransitionException
backwards in interface CellCalculatorFactoryIllegalSymbolExceptionIllegalAlphabetExceptionIllegalTransitionExceptionpublic CellCalculator viterbi(ScoreType scoreType, BackPointer terminal) throws IllegalSymbolException, IllegalAlphabetException, IllegalTransitionException
viterbi in interface CellCalculatorFactoryIllegalSymbolExceptionIllegalAlphabetExceptionIllegalTransitionExceptionCopyright © 2014 BioJava. All rights reserved.