public class StateData extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
protected TraverseMode |
backMode
The mode that was used to traverse the backEdge
|
protected boolean |
backWalkingBike |
protected boolean |
bikeParked |
Set<String> |
bikeRentalNetworks |
protected boolean |
carParked |
protected boolean |
enteredNoThroughTrafficArea |
protected boolean |
everBoarded |
protected HashMap<Object,Object> |
extensions |
protected long |
initialWaitTime
This is the wait time at the beginning of the trip (or at the end of the trip for
reverse searches).
|
protected long |
lastAlightedTime |
protected int |
lastNextArrivalDelta
This is the time between the trip that was taken at the previous stop and the next trip
that could have been taken.
|
protected TripPattern |
lastPattern |
protected double |
lastTransitWalk |
protected TraverseMode |
nonTransitMode |
protected int |
numBoardings |
protected RoutingRequest |
opt |
protected org.onebusaway.gtfs.model.Stop |
previousStop |
protected org.onebusaway.gtfs.model.Trip |
previousTrip |
protected org.onebusaway.gtfs.model.AgencyAndId |
route |
protected org.onebusaway.gtfs.model.AgencyAndId[] |
routeSequence |
protected ServiceDay |
serviceDay |
protected long |
startTime |
protected org.onebusaway.gtfs.model.AgencyAndId |
tripId |
protected TripTimes |
tripTimes |
protected boolean |
usingRentedBike |
protected String |
zone |
Constructor and Description |
---|
StateData(RoutingRequest options) |
protected long startTime
protected TripTimes tripTimes
protected org.onebusaway.gtfs.model.AgencyAndId tripId
protected org.onebusaway.gtfs.model.Trip previousTrip
protected double lastTransitWalk
protected String zone
protected org.onebusaway.gtfs.model.AgencyAndId route
protected int numBoardings
protected boolean everBoarded
protected boolean usingRentedBike
protected boolean carParked
protected boolean bikeParked
protected org.onebusaway.gtfs.model.Stop previousStop
protected long lastAlightedTime
protected org.onebusaway.gtfs.model.AgencyAndId[] routeSequence
protected RoutingRequest opt
protected TripPattern lastPattern
protected ServiceDay serviceDay
protected TraverseMode nonTransitMode
protected long initialWaitTime
protected int lastNextArrivalDelta
protected TraverseMode backMode
protected boolean backWalkingBike
protected boolean enteredNoThroughTrafficArea
public StateData(RoutingRequest options)
Copyright © 2018. All rights reserved.