public interface SingleDecision extends GuideDecision
| Modifier and Type | Method and Description |
|---|---|
void |
addDecision(int code) |
void |
addDecision(java.lang.String symbol) |
boolean |
continueWithNextDecision() |
int |
getDecisionCode() |
int |
getDecisionCode(java.lang.String symbol) |
java.lang.String |
getDecisionSymbol() |
KBestList |
getKBestList() |
TableContainer.RelationToNextDecision |
getRelationToNextDecision() |
TableContainer |
getTableContainer() |
boolean |
updateFromKBestList() |
numberOfDecisionsclearvoid addDecision(int code) throws MaltChainedException
MaltChainedExceptionvoid addDecision(java.lang.String symbol) throws MaltChainedException
MaltChainedExceptionint getDecisionCode() throws MaltChainedException
MaltChainedExceptionjava.lang.String getDecisionSymbol() throws MaltChainedException
MaltChainedExceptionint getDecisionCode(java.lang.String symbol) throws MaltChainedException
MaltChainedExceptionKBestList getKBestList() throws MaltChainedException
MaltChainedExceptionboolean updateFromKBestList() throws MaltChainedException
MaltChainedExceptionboolean continueWithNextDecision() throws MaltChainedException
MaltChainedExceptionTableContainer getTableContainer()
TableContainer.RelationToNextDecision getRelationToNextDecision()
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.