public class Segment extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Segment.SegmentPattern |
Modifier and Type | Field and Description |
---|---|
String |
endTime |
String |
from |
String |
fromName |
TraverseMode |
mode |
org.opentripplanner.profile.Stats |
rideStats |
List<RouteShort> |
routes |
List<Segment.SegmentPattern> |
segmentPatterns |
String |
startTime |
String |
to |
String |
toName |
org.opentripplanner.profile.Stats |
waitStats |
int |
walkDistance |
int |
walkTime |
public String from
public String to
public int walkTime
public int walkDistance
public org.opentripplanner.profile.Stats waitStats
public TraverseMode mode
public String fromName
public String toName
public org.opentripplanner.profile.Stats rideStats
public List<RouteShort> routes
public List<Segment.SegmentPattern> segmentPatterns
public String startTime
public String endTime
public Segment(Ride ride)
Copyright © 2019. All rights reserved.