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.bike_rental | |
org.opentripplanner.routing.vertextype | |
org.opentripplanner.updater.bike_rental |
Modifier and Type | Field and Description |
---|---|
List<BikeRentalStation> |
BikeRentalStationList.stations |
Modifier and Type | Method and Description |
---|---|
BikeRentalStation |
BikeRentalStation.clone() |
Modifier and Type | Method and Description |
---|---|
Collection<BikeRentalStation> |
BikeRentalStationService.getBikeRentalStations() |
Modifier and Type | Method and Description |
---|---|
void |
BikeRentalStationService.addBikeRentalStation(BikeRentalStation bikeRentalStation) |
void |
BikeRentalStationService.removeBikeRentalStation(BikeRentalStation bikeRentalStation) |
Constructor and Description |
---|
BikeRentalStationVertex(Graph g,
BikeRentalStation station) |
Modifier and Type | Method and Description |
---|---|
BikeRentalStation |
JCDecauxBikeRentalDataSource.makeStation(com.fasterxml.jackson.databind.JsonNode node)
JSON JCDecaux API v1 format:
|
abstract BikeRentalStation |
GenericJsonBikeRentalDataSource.makeStation(com.fasterxml.jackson.databind.JsonNode rentalStationNode) |
BikeRentalStation |
CitiBikeNycBikeRentalDataSource.makeStation(com.fasterxml.jackson.databind.JsonNode stationNode) |
BikeRentalStation |
BCycleBikeRentalDataSource.makeStation(com.fasterxml.jackson.databind.JsonNode kioskNode) |
BikeRentalStation |
VCubDataSource.makeStation(Map<String,String> attributes) |
BikeRentalStation |
OVFietsKMLDataSource.makeStation(Map<String,String> attributes) |
BikeRentalStation |
NextBikeRentalDataSource.makeStation(Map<String,String> attributes) |
BikeRentalStation |
KeolisRennesBikeRentalDataSource.makeStation(Map<String,String> attributes) |
abstract BikeRentalStation |
GenericXmlBikeRentalDataSource.makeStation(Map<String,String> attributes) |
BikeRentalStation |
GenericKmlBikeRentalDataSource.makeStation(Map<String,String> attributes) |
BikeRentalStation |
BixiBikeRentalDataSource.makeStation(Map<String,String> attributes) |
Modifier and Type | Method and Description |
---|---|
List<BikeRentalStation> |
GenericXmlBikeRentalDataSource.getStations() |
List<BikeRentalStation> |
GenericJsonBikeRentalDataSource.getStations() |
List<BikeRentalStation> |
CityBikesBikeRentalDataSource.getStations() |
List<BikeRentalStation> |
BikeRentalDataSource.getStations() |
Copyright © 2015. All rights reserved.