jeops.examples.queens
Class QueenRow5

java.lang.Object
  |
  +--jeops.examples.queens.Queen
        |
        +--jeops.examples.queens.QueenRow5

public class QueenRow5
extends Queen

Represents a queen in the fifth row in a chess board.

Version:
0.01 06 Apr 2000
Author:
Carlos Figueira Filho (csff@di.ufpe.br)

Constructor Summary
QueenRow5(int column)
          Class constructor.
 
Methods inherited from class jeops.examples.queens.Queen
attacks, dump, dump, getColumn, getRow, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueenRow5

public QueenRow5(int column)
Class constructor.
Parameters:
column - the column of the board.