Uses of Class
LexStatus

Uses of LexStatus in <Unnamed>
 

Methods in <Unnamed> that return LexStatus
static LexStatus LexStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LexStatus[] LexStatus.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 LexStatus BoggleModel.wordStatus(java.lang.String s)
          Return the status of a string, i.e., one of LexStatus.WORD, LexStatus.PREFIX or LexStatus.NOT_WORD.
 LexStatus SimpleLexicon.wordStatus(java.lang.String s)
           
 LexStatus ILexicon.wordStatus(java.lang.String s)
          Returns value specifying whether is is in the lexicon: WORD, is the prefix of a word in the lexicon: PREFIX, or is not a prefix and not a word: NOT_WORD.