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

org.opentripplanner.routing.services.notes.StreetNotesSource Maven / Gradle / Ivy

package org.opentripplanner.routing.services.notes;

import java.util.Set;

import org.opentripplanner.routing.graph.Edge;

/**
 * A source of notes for edges.
 * 
 * @author laurent
 */
public interface StreetNotesSource {

    public Set getNotes(Edge edge);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy