|
MATES 3.0-rc2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mates.sim.event.Event
org.mates.sim.event.agent.AgentEvent
Field Summary | |
protected Agent |
agent
The agent associated with this event. |
Constructor Summary | |
AgentEvent(Agent agent)
Creates a new AgentEvent, associated with the provided agent. |
Method Summary | |
Agent |
getAgent()
Returns the agent associated with this event. |
Methods inherited from class org.mates.sim.event.Event |
toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected Agent agent
Constructor Detail |
public AgentEvent(Agent agent)
Method Detail |
public Agent getAgent()
|
MATES 3.0-rc2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |