edu.lhup.ai.tictactoe
Class XPiece

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

class XPiece
extends Object
implements IPiece

Represents a location on the tic-tac-toe board that contains an X.

This software is for educational purposes only.

Author:
Mark Cohen

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

Constructor Detail

XPiece

XPiece()
Method Detail

toString

public String toString()
Overrides:
toString in class Object