
org.opentripplanner.ext.flex.template.DirectFlexPath 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
The newest version!
package org.opentripplanner.ext.flex.template;
import org.opentripplanner.street.search.state.State;
/**
* This is the result of a direct flex search. It only contains the start-time and
* the AStar state. It is used by the FlexRouter to build an itinerary.
*
* This is a simple data-transfer-object (design pattern).
*/
public record DirectFlexPath(int startTime, State state) {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy