faq 88440917 - matsim-org/matsim-code-examples GitHub Wiki
by Rolando Armas on 2016-10-11 08:53:22
Hi MATSim Friends,
To compute the waiting times for a public transit scenario, I would like to implement an event handler by using the formula suggested in e.d. waitingTime=PersonEntersVehicle - waitingForPt.
However, I can not find the event "waitingForPt" into org.matsim.api.core.v01.events.*
How can I read "waitingForPt", implementing an event handler?
Regards,
Rolando.
by Marcel Rieser on 2016-10-11 10:16:02
Hi Rolando
It looks like the corresponding event handler hides at org.matsim.core.api.experimental.events.handler.AgentWaitingForPtEventHandler
.
Cheers, Marcel