Package | Description |
---|---|
org.opentripplanner.analyst | |
org.opentripplanner.analyst.cluster | |
org.opentripplanner.analyst.scenario |
This package contains classes for modeling transport scenarios as an ordered series of modifications to be applied
to an underlying baseline graph.
|
org.opentripplanner.api.model | |
org.opentripplanner.api.resource |
This package contains the JAX-RS-annotated REST resource classes for the OpenTripPlanner public
API, i.e.
|
org.opentripplanner.index.model | |
org.opentripplanner.profile | |
org.opentripplanner.profile.fares | |
org.opentripplanner.routing.graph | |
org.opentripplanner.standalone |
Class and Description |
---|
AnalystProfileRouterPrototype
More optimized ProfileRouter targeting one-to-many searches on entirely frequency-based transit networks.
|
ProfileRouter
Rather than finding a single optimal route, ProfileRouter aims to find all reasonable ways to go from an origin
to a destination over a given time window, and expresses those results in terms of route combinations and time ranges.
|
RepeatedRaptorProfileRouter
Perform one-to-many profile routing using repeated RAPTOR searches.
|
RoundBasedProfileRouter
Profile routing using a round-based approach, more or less like RAPTOR (http://research.microsoft.com/pubs/156567/raptor_alenex.pdf)
|
Class and Description |
---|
ProfileRequest
All the modifiable parameters for profile routing.
|
Class and Description |
---|
RaptorWorkerTimetable
A RaptorWorkerTimetable is used by a RaptorWorker to perform large numbers of RAPTOR searches very quickly
within a specific time window.
|
RaptorWorkerTimetable.BoardingAssumption
The assumptions made when boarding a frequency vehicle: best case (no wait), worst case (full headway) and half headway (in some sense the average).
|
Class and Description |
---|
BikeRentalStationInfo
This is a response model class which holds data that will be serialized and returned to the client.
|
Class and Description |
---|
Option.SortOrder |
Class and Description |
---|
StopCluster
Groups stops by geographic proximity and name similarity.
|
Class and Description |
---|
BikeRentalStationInfo
This is a response model class which holds data that will be serialized and returned to the client.
|
DCFareCalculator.Fare |
FrequencyRandomOffsets
Stores random offsets for frequency trips.
|
MultiProfileStateStore |
Option
This is a response model class which holds data that will be serialized and returned to the client.
|
Option.SortOrder |
ProfileRequest
All the modifiable parameters for profile routing.
|
ProfileResponse |
ProfileState
represents a state in profile routing
|
ProfileState.Type
two ways to create a profile state: the initial state, reached via an on-street mode, and subsequent states reached via transit
|
ProfileStateStore
Stores profile states for a search
|
ProfileTransfer
A transfer as used in profile routing.
|
PropagatedTimesStore
Stores travel times propagated to the search targets (all vertices in the street network or a set of points of
interest) in one-to-many repeated raptor profile routing.
|
PropagatedTimesStore.ConfidenceCalculationMethod |
RaptorWorkerData |
RaptorWorkerTimetable
A RaptorWorkerTimetable is used by a RaptorWorker to perform large numbers of RAPTOR searches very quickly
within a specific time window.
|
RaptorWorkerTimetable.BoardingAssumption
The assumptions made when boarding a frequency vehicle: best case (no wait), worst case (full headway) and half headway (in some sense the average).
|
RepeatedRaptorProfileRouter
Perform one-to-many profile routing using repeated RAPTOR searches.
|
Ride
A Ride is defined by its from-stop and to-stop, as well as the previous ride (from which it transfers).
|
Segment
The equivalent of a ride in an API response.
|
Segment.SegmentPattern |
SingleProfileStateStore
A ProfileStateStore that stores a single state at each vertex, merging together all nondominated states.
|
StopAtDistance
A stop cluster associated with its elapsed time from a search location and the path for reaching it.
|
StopCluster
Groups stops by geographic proximity and name similarity.
|
StopClusterMode |
StreetEdgeInfo
This is a response model class which holds data that will be serialized and returned to the client.
|
StreetSegment
A response object describing a non-transit part of an Option.
|
TimeRange |
TimeWindow |
TNPropagatedTimesStore.ConfidenceCalculationMethod |
Class and Description |
---|
DCFareCalculator.Fare |
Class and Description |
---|
ProfileTransfer
A transfer as used in profile routing.
|
StopCluster
Groups stops by geographic proximity and name similarity.
|
StopClusterMode |
StopTreeCache
Keeps travel distances from all transit stops in a particular Graph to their nearby street nodes.
|
Class and Description |
---|
StopClusterMode |
Copyright © 2019. All rights reserved.