
org.opentripplanner.ext.flex.template.DirectFlexPath Maven / Gradle / Ivy
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