Environments
Class Agent25

java.lang.Object
  |
  +--Environments.Agent
        |
        +--Environments.Agent25
All Implemented Interfaces:
Drawable

public class Agent25
extends Agent

This class is used to represent an agent into a Woods Environment which perceives the 25 cells around itself.

Author:
Olivier Sigaud and Pierre Gérard.

Field Summary
 
Fields inherited from class Environments.Agent
current
 
Constructor Summary
Agent25()
           
 
Method Summary
 void move(byte action, short xSize, short ySize)
           
 
Methods inherited from class Environments.Agent
getCoords, getX, getXI, getY, getYI, goTo, goTo, isIn, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Agent25

public Agent25()
Method Detail

move

public void move(byte action,
                 short xSize,
                 short ySize)
Overrides:
move in class Agent
Parameters:
action -
xSize -
ySize -