org.opentripplanner.routing.services.OnBoardDepartService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of otp Show documentation
Show all versions of otp Show documentation
The OpenTripPlanner multimodal journey planning system
package org.opentripplanner.routing.services;
import java.io.Serializable;
import org.opentripplanner.routing.core.RoutingContext;
import org.opentripplanner.routing.graph.Vertex;
/**
* Graph service for depart-on-board mode.
*
* @author laurent
*/
public interface OnBoardDepartService extends Serializable {
public abstract Vertex setupDepartOnBoard(RoutingContext ctx);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy