All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opentripplanner.transit.raptor.rangeraptor.standard.DestinationArrivalListener Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
package org.opentripplanner.transit.raptor.rangeraptor.standard;

import org.opentripplanner.transit.raptor.api.transit.RaptorTransfer;

public interface DestinationArrivalListener {
    void newDestinationArrival(
            int round,
            int fromStopArrivalTime,
            boolean stopReachedOnBoard,
            RaptorTransfer egressPath
    );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy