public interface SearchStateArc
Modifier and Type | Method and Description |
---|---|
float |
getInsertionProbability()
Gets the insertion probability of entering this state
|
float |
getLanguageProbability()
Gets the language probability of entering this state
|
float |
getProbability()
Gets the composite probability of entering this state
|
SearchState |
getState()
Gets a successor to this search state
|
SearchState getState()
float getProbability()
float getLanguageProbability()
float getInsertionProbability()