jeops.examples.queens
Class QueenRow8

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

public class QueenRow8
extends Queen

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

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

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

QueenRow8

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