|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public SearchStateArc[] getSuccessors()
public boolean isEmitting()
true
if the state is an emitting statepublic boolean isFinal()
true
if the state is a final statepublic java.lang.String toPrettyString()
public java.lang.String getSignature()
public WordSequence getWordHistory()
public java.lang.Object getLexState()
public int getOrder()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |