public interface Agent
Modifier and Type | Method and Description |
---|---|
int |
getX()
Should return spatial location x coordinate.
|
int |
getY()
Should return spatial location y coordinate.
|
void |
run()
Should be called to enact agent behaviour.
|