edu.udo.cs.ie.cowbots.agent
Class CowbotAgent.SimState

Package class diagram package CowbotAgent.SimState
java.lang.Object
  extended by edu.udo.cs.ie.cowbots.agent.CowbotAgent.SimState
Enclosing class:
CowbotAgent

 class CowbotAgent.SimState
extends java.lang.Object


Field Summary
 int cMaxX
           
 int cMaxY
           
 int cMinX
           
 int cMinY
           
 int height
           
 int simID
           
 int time
           
 int turns
           
 int width
           
 
Constructor Summary
CowbotAgent.SimState(java.util.List<Literal> percepts)
           
 
Method Summary
 boolean needReset(CowbotAgent.SimState other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

simID

public int simID

time

public int time

turns

public int turns

cMinX

public int cMinX

cMaxX

public int cMaxX

cMinY

public int cMinY

cMaxY

public int cMaxY

width

public int width

height

public int height
Constructor Detail

CowbotAgent.SimState

CowbotAgent.SimState(java.util.List<Literal> percepts)
Method Detail

needReset

public boolean needReset(CowbotAgent.SimState other)