org.agent
Class AgentState

java.lang.Object
  extended by org.agent.AgentState

public class AgentState
extends java.lang.Object


Constructor Summary
AgentState(int id, java.lang.String nickname, Vector location, Vector orientation)
           
 
Method Summary
 int getID()
           
 Vector getLocation()
           
 java.lang.String getNickname()
           
 Vector getOrientation()
           
 void setLocation(Vector location)
           
 void setOrientation(Vector orientation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentState

public AgentState(int id,
                  java.lang.String nickname,
                  Vector location,
                  Vector orientation)
Method Detail

getID

public int getID()

getNickname

public java.lang.String getNickname()

setLocation

public void setLocation(Vector location)

getLocation

public Vector getLocation()

setOrientation

public void setOrientation(Vector orientation)

getOrientation

public Vector getOrientation()