| Package | Description |
|---|---|
| org.opentripplanner.profile |
| Modifier and Type | Field and Description |
|---|---|
Set<Option> |
ProfileResponse.options |
| Modifier and Type | Method and Description |
|---|---|
int |
Option.MinComparator.compare(Option one,
Option two) |
int |
Option.AvgComparator.compare(Option one,
Option two) |
int |
Option.MaxComparator.compare(Option one,
Option two) |
| Constructor and Description |
|---|
ProfileResponse(Collection<Option> allOptions,
Option.SortOrder orderBy,
int limit)
The constructed response will include all the options that do not use transit,
as well as the top N options that do use transit for each access mode.
|
Copyright © 2018. All rights reserved.