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

org.opentripplanner.model.plan.legreference.LegReference Maven / Gradle / Ivy

package org.opentripplanner.model.plan.legreference;

import org.opentripplanner.model.plan.Leg;
import org.opentripplanner.transit.service.TransitService;

/**
 * Marker interface for various types of leg references
 */
public interface LegReference {
  Leg getLeg(TransitService transitService);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy