org.agent
Class AgentState
java.lang.Object
org.agent.AgentState
public class AgentState
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgentState
public AgentState(int id,
java.lang.String nickname,
Vector location,
Vector orientation)
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()