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

org.opentripplanner.routing.vertextype.ElevatorOffboardVertex Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
package org.opentripplanner.routing.vertextype;

import org.opentripplanner.routing.graph.Graph;
import org.opentripplanner.util.I18NString;

public class ElevatorOffboardVertex extends StreetVertex {

    private static final long serialVersionUID = 20120209L;

    public ElevatorOffboardVertex(Graph g, String label, double x, double y, I18NString name) {
        super(g, label, x, y, name);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy