jeops.examples.queens
Class QueenRow2

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

public class QueenRow2
extends Queen

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

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

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

QueenRow2

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