Package com.azalient.api.event.agent

This package provides interfaces to agent-specific event listeners: AgentEventDepart, etc

See:
          Description

Interface Summary
AgentEventArrive A listener for an agent (person or vehicle) arriving at its destination
AgentEventDepart A listener for an agent (person or vehicle) departs from its origin
AgentEventLane A listener for a vehicle changing lane
AgentEventLink A listener for a vehicle changing link
AgentEventLoop A listener for a vehicle occupying or vacating a loop
AgentEventMove A listener for a moving agent (person or vehicle).
AgentEventOccupantIn A listener for a driver or passenger getting into a private vehicle.
AgentEventOccupantOut A listener for a driver or passenger getting out of a private vehicle.
AgentEventPassengerOff A listener for a passenger getting off a public transport vehicle.
AgentEventPassengerOn A listener for a passenger getting on a public transport vehicle.
AgentEventSign A listener for a vehicle passing a sign
AgentEventStand A listener for a public transport vehicle arriving at a stand
AgentEventStop A listener for a vehicle stopping, where stopping is defined as going less than a certain speed, in the calibration parameters
AgentEventTestArrival An active listener that is notified each time step and asked if an agent is about to arrive at its destination.
AgentEventTestRoute An active listener that is notified each time step and asked which route exit an agent should choose from its current location.
AgentEventTimeStep A listener that is notified for every active agent on every simulation time step
AgentEventUnreleased A listener that is notified whenever a trip could not depart at the scheduled time, because of congestion at the departure location
AgentEventWalkway A listener that is notified when a person leaves or joins a walkway
 

Package com.azalient.api.event.agent Description

This package provides interfaces to agent-specific event listeners: AgentEventDepart, etc