org.onebusaway.transit_data_federation.impl.otp
Class TripSequenceShortestPathTree
java.lang.Object
org.opentripplanner.routing.spt.AbstractShortestPathTree
org.onebusaway.transit_data_federation.impl.otp.TripSequenceShortestPathTree
- All Implemented Interfaces:
- org.opentripplanner.routing.spt.ShortestPathTree
public class TripSequenceShortestPathTree
- extends org.opentripplanner.routing.spt.AbstractShortestPathTree
Field Summary |
static org.opentripplanner.routing.spt.ShortestPathTreeFactory |
FACTORY
|
Methods inherited from class org.opentripplanner.routing.spt.AbstractShortestPathTree |
getPath, getPaths |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FACTORY
public static final org.opentripplanner.routing.spt.ShortestPathTreeFactory FACTORY
TripSequenceShortestPathTree
public TripSequenceShortestPathTree()
getVerticesByTripSequence
public TripSequenceShortestPathTree.ResultCollection getVerticesByTripSequence(org.opentripplanner.routing.core.Vertex vertex)
add
public boolean add(org.opentripplanner.routing.core.State state)
ShortestPathTree
Interface
visit
public boolean visit(org.opentripplanner.routing.core.State s)
getStates
public List<org.opentripplanner.routing.core.State> getStates(org.opentripplanner.routing.core.Vertex dest)
getState
public org.opentripplanner.routing.core.State getState(org.opentripplanner.routing.core.Vertex dest)
getVertexCount
public int getVertexCount()
Copyright © 2012 OneBusAway. All Rights Reserved.