| Package | Description |
|---|---|
| org.opentripplanner.api.resource |
This package contains the JAX-RS-annotated REST resource classes for the OpenTripPlanner public
API, i.e.
|
| org.opentripplanner.routing.edgetype | |
| org.opentripplanner.routing.vehicle_rental | |
| org.opentripplanner.routing.vertextype | |
| org.opentripplanner.updater.vehicle_rental |
| Modifier and Type | Field and Description |
|---|---|
List<VehicleRentalStation> |
VehicleRentalStationList.stations |
| Modifier and Type | Field and Description |
|---|---|
protected VehicleRentalStation |
RentAVehicleAbstractEdge.station |
| Modifier and Type | Method and Description |
|---|---|
VehicleRentalStation |
RentAVehicleAbstractEdge.getStation() |
| Constructor and Description |
|---|
RentAVehicleAbstractEdge(Vertex v,
VehicleRentalStation station) |
RentAVehicleOffEdge(Vertex v,
VehicleRentalStation station) |
RentAVehicleOnEdge(VehicleRentalStationVertex v,
VehicleRentalStation station) |
| Modifier and Type | Method and Description |
|---|---|
VehicleRentalStation |
VehicleRentalStation.clone() |
| Modifier and Type | Method and Description |
|---|---|
Collection<VehicleRentalStation> |
VehicleRentalStationService.getVehicleRentalStations() |
| Modifier and Type | Method and Description |
|---|---|
void |
VehicleRentalStationService.addVehicleRentalStation(VehicleRentalStation vehicleRentalStation) |
void |
VehicleRentalStationService.removeVehicleRentalStation(VehicleRentalStation vehicleRentalStation) |
| Constructor and Description |
|---|
VehicleRentalStationVertex(Graph g,
VehicleRentalStation station) |
| Modifier and Type | Method and Description |
|---|---|
List<VehicleRentalStation> |
VehicleRentalDataSource.getStations() |
List<VehicleRentalStation> |
GenericGbfsService.getStations() |
Copyright © 2020. All rights reserved.