jeops.examples.queens
Class QueenRow3

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

public class QueenRow3
extends Queen

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

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

Constructor Summary
QueenRow3(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

QueenRow3

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