org.onebusaway.transit_data_federation.impl.otp
Class TripSequenceShortestPathTree

java.lang.Object
  extended by org.opentripplanner.routing.spt.AbstractShortestPathTree
      extended by 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


Nested Class Summary
static class TripSequenceShortestPathTree.ResultCollection
           
 
Field Summary
static org.opentripplanner.routing.spt.ShortestPathTreeFactory FACTORY
           
 
Constructor Summary
TripSequenceShortestPathTree()
           
 
Method Summary
 boolean add(org.opentripplanner.routing.core.State state)
          ShortestPathTree Interface
 org.opentripplanner.routing.core.State getState(org.opentripplanner.routing.core.Vertex dest)
           
 List<org.opentripplanner.routing.core.State> getStates(org.opentripplanner.routing.core.Vertex dest)
           
 int getVertexCount()
           
 TripSequenceShortestPathTree.ResultCollection getVerticesByTripSequence(org.opentripplanner.routing.core.Vertex vertex)
           
 boolean visit(org.opentripplanner.routing.core.State s)
           
 
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
 

Field Detail

FACTORY

public static final org.opentripplanner.routing.spt.ShortestPathTreeFactory FACTORY
Constructor Detail

TripSequenceShortestPathTree

public TripSequenceShortestPathTree()
Method Detail

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.