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


Constructor Index

 o ServerSquare()

Method Index

 o letterAction(Letter)
This methods is called when we calculate the score of a word.
 o main(String[])
 o wordAction(Word)
This method is called when we calculate the score of the word.

Constructors

 o ServerSquare
 public ServerSquare()

Methods

 o 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
 o 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
 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index