|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchState
Represents a single state in a language search space
Method Summary | |
---|---|
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 |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |