edu.lhup.ai.tictactoe
Class OPiece

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

class OPiece
extends Object
implements IPiece

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

This software is for educational purposes only.

Author:
Mark Cohen

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

Constructor Detail

OPiece

OPiece()
Method Detail

toString

public String toString()
Overrides:
toString in class Object