All Packages Class Hierarchy This Package Previous Next Index
Class scrobble.square.ServerSquare
java.lang.Object
|
+----scrobble.square.Square
|
+----scrobble.square.ServerSquare
- public class ServerSquare
- extends Square
- implements CountingSquare
The ServerSquare
class is a server version of the
Square
class. It implements the methods of interface
CountigSquare
class. It
-
ServerSquare()
-
-
letterAction(Letter)
- This methods is called when we calculate the score of a word.
-
main(String[])
-
-
wordAction(Word)
- This method is called when we calculate the score of the word.
ServerSquare
public ServerSquare()
letterAction
public int letterAction(Letter letter)
- This methods is called when we calculate the score of a word.
- Parameters:
- letter - the letter on which the Square acts
- Returns:
- the value of letter on this square
wordAction
public int wordAction(Word word)
- This method is called when we calculate the score of the word.
- Parameters:
- word - the word on which the Square acts
- Returns:
- the value of word on this square
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index