Interface PTWaitingTimeEstimator

  • All Known Implementing Classes:
    NullWaitingTimeEstimator, ScheduleWaitingTimeEstimator

    public interface PTWaitingTimeEstimator
    This interface is used by the MATSim utility function estimator. It returns the waiting time for an agent given a departure time and a route. To date, the route itself does not contain this information. Therefore, the waiting time needs to be inferred from the schedule.
    Author:
    sebhoerl
    • Method Detail

      • estimateWaitingTime

        double estimateWaitingTime​(double departureTime,
                                   org.matsim.pt.routes.TransitPassengerRoute route)