edu.lhup.ai.tictactoe
Class EmptyPiece

java.lang.Object
  |
  +--edu.lhup.ai.tictactoe.EmptyPiece
All Implemented Interfaces:
IPiece

class EmptyPiece
extends Object
implements IPiece

Represents a location on the tic-tac-toe board that contains no piece at all.

This software is for educational purposes only.

Author:
Mark Cohen

Constructor Summary
(package private) EmptyPiece()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmptyPiece

EmptyPiece()
Method Detail

toString

public String toString()
Overrides:
toString in class Object