|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractPlayer
AbstractAutoPlayer
public abstract class AbstractAutoPlayer
Augments AutoPlayer
by adding
abstract method for autoplayer.
Field Summary |
---|
Fields inherited from class AbstractPlayer |
---|
myModel, myScore, myView, myWords |
Constructor Summary | |
---|---|
AbstractAutoPlayer()
|
Method Summary | |
---|---|
abstract java.util.SortedSet<java.lang.String> |
getAllValidWords(int minLength)
Return all the valid words as found by the player, presumably automatically. |
java.lang.String |
getName()
Return string "AutoPlayer". |
Methods inherited from class AbstractPlayer |
---|
add, getScore, initialize, setView |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface IPlayer |
---|
add, getScore, initialize, setView |
Constructor Detail |
---|
public AbstractAutoPlayer()
Method Detail |
---|
public abstract java.util.SortedSet<java.lang.String> getAllValidWords(int minLength)
IAutoPlayer
getAllValidWords
in interface IAutoPlayer
minLength
- of words found by an autoplayer
public java.lang.String getName()
getName
in interface IPlayer
getName
in class AbstractPlayer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |