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.algorithm | |
org.opentripplanner.routing.bike_rental | |
org.opentripplanner.routing.fares | |
org.opentripplanner.routing.impl | |
org.opentripplanner.routing.services | |
org.opentripplanner.routing.spt | |
org.opentripplanner.visualizer |
This package contains classes used for visualizing OpenTripPlanner graphs.
|
Modifier and Type | Method and Description |
---|---|
static Itinerary |
GraphPathToTripPlanConverter.generateItinerary(GraphPath path,
boolean showIntermediateStops,
boolean disableAlertFiltering,
Locale requestedLocale)
Generate an itinerary from a
GraphPath . |
Modifier and Type | Method and Description |
---|---|
static TripPlan |
GraphPathToTripPlanConverter.generatePlan(List<GraphPath> paths,
RoutingRequest request)
Generates a TripPlan from a set of paths
|
Modifier and Type | Method and Description |
---|---|
List<GraphPath> |
AStar.getPathsToTarget() |
Modifier and Type | Method and Description |
---|---|
Fare |
TimeBasedBikeRentalFareService.getCost(GraphPath path) |
Modifier and Type | Method and Description |
---|---|
Fare |
AddingMultipleFareService.getCost(GraphPath path) |
Modifier and Type | Method and Description |
---|---|
List<GraphPath> |
GraphPathFinder.getPaths(RoutingRequest options)
Repeatedly build shortest path trees, retaining the best path to the destination after each try.
|
List<GraphPath> |
GraphPathFinder.graphPathFinderEntryPoint(RoutingRequest request) |
Modifier and Type | Method and Description |
---|---|
int |
PathWeightComparator.compare(GraphPath o1,
GraphPath o2) |
int |
PathComparator.compare(GraphPath o1,
GraphPath o2)
For depart-after search results sort by arrival time ascending
For arrive-before search results sort by departure time descending
|
protected List<org.opentripplanner.routing.impl.Ride> |
DefaultFareServiceImpl.createRides(GraphPath path) |
Fare |
DefaultFareServiceImpl.getCost(GraphPath path) |
Fare |
NycFareServiceImpl.getCost(GraphPath path) |
Fare |
DutchFareServiceImpl.getCost(GraphPath path) |
Modifier and Type | Method and Description |
---|---|
Fare |
FareService.getCost(GraphPath path) |
Modifier and Type | Method and Description |
---|---|
GraphPath |
ShortestPathTree.getPath(Vertex dest,
boolean optimize) |
Modifier and Type | Method and Description |
---|---|
List<GraphPath> |
ShortestPathTree.getPaths() |
List<GraphPath> |
ShortestPathTree.getPaths(Vertex dest,
boolean optimize) |
Modifier and Type | Method and Description |
---|---|
void |
ShowGraph.highlightGraphPath(GraphPath gp) |
Copyright © 2018. All rights reserved.