Package | Description |
---|---|
org.opentripplanner.api.resource |
This package contains the JAX-RS-annotated REST resource classes for the OpenTripPlanner public
API, i.e.
|
Modifier and Type | Method and Description |
---|---|
static TripPlan |
GraphPathToTripPlanConverter.generatePlan(List<GraphPath> paths,
RoutingRequest request)
Generates a TripPlan from a set of paths
|
TripPlan |
Response.getPlan()
The actual trip plan.
|
Modifier and Type | Method and Description |
---|---|
void |
Response.setPlan(TripPlan plan) |
Copyright © 2019. All rights reserved.