|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAutoPlayer
Add method for auto/computer player to the standard player interface. An autoplayer will be associated with a model, so will use the model to find words on a board automatically.
| Method Summary | |
|---|---|
java.util.SortedSet<java.lang.String> |
getAllValidWords(int minLength)
Return all the valid words as found by the player, presumably automatically. |
| Methods inherited from interface IPlayer |
|---|
add, getName, getScore, initialize, setView |
| Method Detail |
|---|
java.util.SortedSet<java.lang.String> getAllValidWords(int minLength)
minLength - of words found by an autoplayer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||