public class

CellMove

extends Move
java.lang.Object
   ↳ org.apache.commons.math.geometry.Vector3D
     ↳ uk.ac.imperial.presage2.util.location.Move
       ↳ uk.ac.imperial.presage2.util.location.CellMove

Summary

[Expand]
Inherited Constants
From class org.apache.commons.math.geometry.Vector3D
Public Constructors
CellMove(int x, int y)
CellMove(int x, int y, int z)
CellMove(Location c)
Public Methods
int getXInt()
int getYInt()
int getZInt()
[Expand]
Inherited Methods
From class org.apache.commons.math.geometry.Vector3D
From class java.lang.Object

Public Constructors

public CellMove (int x, int y)

public CellMove (int x, int y, int z)

public CellMove (Location c)

Public Methods

public int getXInt ()

public int getYInt ()

public int getZInt ()