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

org.opentripplanner.transit.raptor.api.transit.RaptorConstrainedTransfer Maven / Gradle / Ivy

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


/**
 * The Raptor path result contains an entity with the "special" transfer with
 * constraints. Raptor does not use this interface, but in order to avoid looking it up in the
 * itinerary mapping, Raptor provides the hooks to return it.
 */
public interface RaptorConstrainedTransfer {

    /**
     * The transfer constraint used for the transfer.
     */
    RaptorTransferConstraint getTransferConstraint();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy