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

org.opentripplanner.transit.raptor.rangeraptor.transit.TripHelper Maven / Gradle / Ivy

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

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

public class TripHelper {






    int boardTime(RaptorTripSchedule trip, int earliestBoardTime, int stopIndex) {
        return 0;





    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy