public interface SearchState
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getLexState()
Returns the lex tree state
|
int |
getOrder()
Returns the order of this particular state
|
java.lang.String |
getSignature()
Returns a unique signature for this state
|
SearchStateArc[] |
getSuccessors()
Gets a successor to this search state
|
WordSequence |
getWordHistory()
Gets the word history for this state
|
boolean |
isEmitting()
Determines if this is an emitting state
|
boolean |
isFinal()
Determines if this is a final state
|
java.lang.String |
toPrettyString()
Returns a pretty version of the string representation for this object
|
SearchStateArc[] getSuccessors()
boolean isEmitting()
true
if the state is an emitting stateboolean isFinal()
true
if the state is a final statejava.lang.String toPrettyString()
java.lang.String getSignature()
WordSequence getWordHistory()
java.lang.Object getLexState()
int getOrder()