com.azalient.api.event.agent
Interface AgentEventMove
public interface AgentEventMove
A listener for a moving agent (person or vehicle). This is called for every active agent, every time step, unless it is parked or halted.
It is called if the agent is stationary because of congestion.
|
Method Summary |
void |
move(IAgent agent)
This is called for every active agent, every time step, unless it is halted (e.g. |
move
void move(IAgent agent)
- This is called for every active agent, every time step, unless it is halted (e.g. parked).
It is called if the agent is stationary because of congestion. .