|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.biojava.bio.dp.twohead.DPInterpreter
| Nested Class Summary | |
static class |
DPInterpreter.Maker
|
| Constructor Summary | |
DPInterpreter(DP dp)
|
|
| Method Summary | |
CellCalculator |
backwards(ScoreType scoreType)
|
CellCalculator |
forwards(ScoreType scoreType)
|
CellCalculator |
viterbi(ScoreType scoreType,
BackPointer terminal)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DPInterpreter(DP dp)
| Method Detail |
public CellCalculator forwards(ScoreType scoreType)
throws IllegalSymbolException,
IllegalAlphabetException,
IllegalTransitionException
forwards in interface CellCalculatorFactoryIllegalSymbolException
IllegalAlphabetException
IllegalTransitionException
public CellCalculator backwards(ScoreType scoreType)
throws IllegalSymbolException,
IllegalAlphabetException,
IllegalTransitionException
backwards in interface CellCalculatorFactoryIllegalSymbolException
IllegalAlphabetException
IllegalTransitionException
public CellCalculator viterbi(ScoreType scoreType,
BackPointer terminal)
throws IllegalSymbolException,
IllegalAlphabetException,
IllegalTransitionException
viterbi in interface CellCalculatorFactoryIllegalSymbolException
IllegalAlphabetException
IllegalTransitionException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||