|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opentripplanner.routing.core.State
org.onebusaway.transit_data_federation.impl.otp.OBAState
public class OBAState
Field Summary |
---|
Fields inherited from class org.opentripplanner.routing.core.State |
---|
backEdge, backEdgeNarrative, backState, hops, next, stateData, time, vertex, weight |
Constructor Summary | |
---|---|
OBAState(long time,
org.opentripplanner.routing.core.Vertex vertex,
org.opentripplanner.routing.core.TraverseOptions opt)
|
Method Summary | |
---|---|
org.opentripplanner.routing.core.State |
createState(long time,
org.opentripplanner.routing.core.Vertex vertex,
org.opentripplanner.routing.core.TraverseOptions options)
|
org.opentripplanner.routing.core.StateEditor |
edit(org.opentripplanner.routing.core.Edge e)
|
org.opentripplanner.routing.core.StateEditor |
edit(org.opentripplanner.routing.core.Edge e,
org.opentripplanner.routing.core.EdgeNarrative en)
|
long |
getInitialWaitTime()
|
int |
getMaxBlockSequence()
|
TripSequence |
getTripSequence()
|
boolean |
isLookaheadItinerary()
|
Methods inherited from class org.opentripplanner.routing.core.State |
---|
addToExistingResultChain, betterThan, checkNegativeWeight, clone, detachNextResult, dominates, dumpPath, exceedsHopLimit, exceedsWeightLimit, getAbsTimeDeltaMsec, getBackEdge, getBackEdgeNarrative, getBackState, getElapsedTime, getExtension, getLastAlightedTime, getNextResult, getNumBoardings, getOptions, getPreviousStop, getRoute, getStartTime, getTime, getTimeDeltaMsec, getTrip, getTripId, getVertex, getWalkDistance, getWeight, getWeightDelta, getZone, isAlightedLocal, isEverBoarded, isOnboard, reversedClone, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OBAState(long time, org.opentripplanner.routing.core.Vertex vertex, org.opentripplanner.routing.core.TraverseOptions opt)
Method Detail |
---|
public org.opentripplanner.routing.core.State createState(long time, org.opentripplanner.routing.core.Vertex vertex, org.opentripplanner.routing.core.TraverseOptions options)
createState
in class org.opentripplanner.routing.core.State
public org.opentripplanner.routing.core.StateEditor edit(org.opentripplanner.routing.core.Edge e)
edit
in class org.opentripplanner.routing.core.State
public org.opentripplanner.routing.core.StateEditor edit(org.opentripplanner.routing.core.Edge e, org.opentripplanner.routing.core.EdgeNarrative en)
edit
in class org.opentripplanner.routing.core.State
public int getMaxBlockSequence()
public long getInitialWaitTime()
public TripSequence getTripSequence()
public boolean isLookaheadItinerary()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |