public class Option extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Option.AvgComparator |
static class |
Option.MaxComparator |
static class |
Option.MinComparator |
static class |
Option.SortOrder |
Modifier and Type | Field and Description |
---|---|
List<StreetSegment> |
access |
List<StreetSegment> |
egress |
List<DCFareCalculator.Fare> |
fares |
org.opentripplanner.profile.Stats |
stats |
String |
summary |
List<Segment> |
transit |
Constructor and Description |
---|
Option(Ride tail,
Collection<StopAtDistance> accessPaths,
Collection<StopAtDistance> egressPaths) |
Modifier and Type | Method and Description |
---|---|
String |
generateSummary()
Make a human readable text summary of this option.
|
boolean |
hasEmptyRides()
Rides or transfers may contain no patterns after applying time window.
|
public List<StreetSegment> access
public List<StreetSegment> egress
public org.opentripplanner.profile.Stats stats
public String summary
public List<DCFareCalculator.Fare> fares
public Option(Ride tail, Collection<StopAtDistance> accessPaths, Collection<StopAtDistance> egressPaths)
public String generateSummary()
public boolean hasEmptyRides()
Copyright © 2018. All rights reserved.