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
-
IMove(int)
- Creates an integer move
-
add(int)
-
-
annot()
-
-
annotp()
-
-
clone()
-
-
num()
-
-
nump()
-
-
toString()
-
IMove
public IMove(int n)
- Creates an integer move
- Parameters:
- n - is the value of the move
clone
public Object clone()
- Overrides:
- clone in class Object
num
public int num()
annot
public String annot()
nump
public boolean nump()
annotp
public boolean annotp()
add
public Move add(int i)
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index