Package | Description |
---|---|
org.opentripplanner.gtfs |
This package contains a GTFS loader library.
|
Modifier and Type | Method and Description |
---|---|
static BikeAccess |
BikeAccess.fromTrip(Trip trip) |
static BikeAccess |
BikeAccess.fromTrip(org.onebusaway.gtfs.model.Trip gtfsTrip) |
static BikeAccess |
BikeAccess.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BikeAccess[] |
BikeAccess.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
BikeAccess.setForTrip(Trip trip,
BikeAccess access) |
static void |
BikeAccess.setForTrip(org.onebusaway.gtfs.model.Trip gtfsTrip,
BikeAccess access) |
Copyright © 2019. All rights reserved.