|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opentripplanner.routing.core.TraverseOptions
org.onebusaway.transit_data_federation.impl.otp.OBATraverseOptions
public class OBATraverseOptions
Field Summary | |
---|---|
long |
currentTime
|
boolean |
extraSpecialMode
|
int |
lookaheadTime
|
long |
maxInitialWaitTime
|
long |
maxTripDuration
Maximum trip duration, in milliseconds. |
int |
numItineraries
|
boolean |
useRealtime
|
Fields inherited from class org.opentripplanner.routing.core.TraverseOptions |
---|
aStarSearchFactory, bannedRoutes, baseTransferPenalty, boardCost, calendar, extraEdgesStrategy, maxComputationTime, maxSlope, maxTransfers, maxWalkDistance, maxWeight, minTransferTime, optimizeFor, optimizeTransferPenalty, preferredRoutes, remainingWeightHeuristic, serviceDays, speed, unpreferredRoutes, useAnotherThanPreferredRoutesPenalty, useServiceDays, useUnpreferredRoutesPenalty, waitAtBeginningFactor, waitReluctance, walkReluctance, wheelchairAccessible, worstTime |
Constructor Summary | |
---|---|
OBATraverseOptions()
|
Method Summary |
---|
Methods inherited from class org.opentripplanner.routing.core.TraverseOptions |
---|
clone, containsExtension, equals, freezeTraverseMode, getCalendarService, getExtension, getModes, getTransferTable, getWalkingOptions, hashCode, isArriveBy, isReverseOptimizing, putExtension, reversedClone, serviceOn, setArriveBy, setCalendarService, setGtfsContext, setModes, setServiceDays, setTransferTable, transitAllowed |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long currentTime
public boolean useRealtime
public long maxTripDuration
public long maxInitialWaitTime
public boolean extraSpecialMode
public int numItineraries
public int lookaheadTime
Constructor Detail |
---|
public OBATraverseOptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |