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 CellCalculatorFactory
IllegalSymbolException
IllegalAlphabetException
IllegalTransitionException
public CellCalculator backwards(ScoreType scoreType) throws IllegalSymbolException, IllegalAlphabetException, IllegalTransitionException
backwards
in interface CellCalculatorFactory
IllegalSymbolException
IllegalAlphabetException
IllegalTransitionException
public CellCalculator viterbi(ScoreType scoreType, BackPointer terminal) throws IllegalSymbolException, IllegalAlphabetException, IllegalTransitionException
viterbi
in interface CellCalculatorFactory
IllegalSymbolException
IllegalAlphabetException
IllegalTransitionException
Copyright © 2014 BioJava. All rights reserved.