public class PebbleMove
extends java.lang.Object
Constructor and Description |
---|
PebbleMove(Vertex source,
int destIndex) |
Modifier and Type | Method and Description |
---|---|
int |
getDest() |
Vertex |
getSource() |
void |
setDest(int destIndex) |
void |
setSource(Vertex source) |