All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aioli.vtp.IMove

java.lang.Object
   |
   +----aioli.vtp.IMove

public class IMove
extends Object
implements Move, Cloneable
Implements an integer move


Constructor Index

 o IMove(int)
Creates an integer move

Method Index

 o add(int)
 o annot()
 o annotp()
 o clone()
 o num()
 o nump()
 o toString()

Constructors

 o IMove
 public IMove(int n)
Creates an integer move

Parameters:
n - is the value of the move

Methods

 o clone
 public Object clone()
Overrides:
clone in class Object
 o num
 public int num()
 o annot
 public String annot()
 o nump
 public boolean nump()
 o annotp
 public boolean annotp()
 o add
 public Move add(int i)
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index