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.car_rental | |
org.opentripplanner.routing.edgetype | |
org.opentripplanner.routing.vertextype | |
org.opentripplanner.updater.car_rental |
Modifier and Type | Field and Description |
---|---|
List<CarRentalStation> |
CarRentalStationList.stations |
Modifier and Type | Method and Description |
---|---|
CarRentalStation |
CarRentalStation.clone() |
Modifier and Type | Method and Description |
---|---|
Collection<CarRentalStation> |
CarRentalStationService.getCarRentalStations() |
Modifier and Type | Method and Description |
---|---|
void |
CarRentalStationService.addCarRentalStation(CarRentalStation carRentalStation) |
void |
CarRentalStationService.removeCarRentalStation(CarRentalStation carRentalStation) |
Modifier and Type | Field and Description |
---|---|
protected CarRentalStation |
RentACarAbstractEdge.station |
Modifier and Type | Method and Description |
---|---|
CarRentalStation |
RentACarAbstractEdge.getStation() |
Constructor and Description |
---|
RentACarAbstractEdge(Vertex v,
CarRentalStation station) |
RentACarOffEdge(Vertex v,
CarRentalStation station) |
RentACarOnEdge(CarRentalStationVertex v,
CarRentalStation station) |
Constructor and Description |
---|
CarRentalStationVertex(Graph g,
CarRentalStation station) |
Modifier and Type | Method and Description |
---|---|
List<CarRentalStation> |
GenericCarRentalDataSource.getStations() |
List<CarRentalStation> |
CarRentalDataSource.getStations() |
protected ArrayList<CarRentalStation> |
Car2GoCarRentalDataSource.parseVehicles(InputStream data) |
protected abstract List<CarRentalStation> |
GenericCarRentalDataSource.parseVehicles(InputStream json) |
Copyright © 2020. All rights reserved.