jeops.examples.queens
Class QueenRow7

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

public class QueenRow7
extends Queen

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

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

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

QueenRow7

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