public class GridSimulationCowAgent2 extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
actionDone |
int |
cowTurn |
String |
direction |
String |
ID |
String |
old_direction |
int |
oldPosX |
int |
oldPosY |
int |
posx |
int |
posy |
Constructor and Description |
---|
GridSimulationCowAgent2() |
public int posx
public int posy
public int oldPosX
public int oldPosY
public String direction
public String old_direction
public boolean actionDone
public String ID
public int cowTurn
public void computeCowMove(GridSimulationWorldState state)
state
- Copyright © 2013. All Rights Reserved.