public class Vote extends java.lang.Object
Vote(int day, Agent agent, Agent target)
Agent
getAgent()
int
getDay()
getTarget()
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Vote(int day, Agent agent, Agent target)
day
agent
target
public int getDay()
public Agent getAgent()
public Agent getTarget()
public java.lang.String toString()
toString
java.lang.Object