org.onebusaway.transit_data_federation.impl.otp.graph
Class WaitingBeginsAtStopEdge

java.lang.Object
  extended by org.onebusaway.transit_data_federation.impl.otp.graph.AbstractEdge
      extended by org.onebusaway.transit_data_federation.impl.otp.graph.WaitingBeginsAtStopEdge
All Implemented Interfaces:
org.opentripplanner.routing.core.Edge

public class WaitingBeginsAtStopEdge
extends AbstractEdge


Field Summary
 
Fields inherited from class org.onebusaway.transit_data_federation.impl.otp.graph.AbstractEdge
_context
 
Constructor Summary
WaitingBeginsAtStopEdge(GraphContext context, StopEntry stop, boolean isReverseEdge)
           
 
Method Summary
 String toString()
           
 org.opentripplanner.routing.core.State traverse(org.opentripplanner.routing.core.State s0)
           
 
Methods inherited from class org.onebusaway.transit_data_federation.impl.otp.graph.AbstractEdge
addPatch, getFromVertex, getPatches, narrative, optimisticTraverse, removePatch, setFromVertex, setToVertex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WaitingBeginsAtStopEdge

public WaitingBeginsAtStopEdge(GraphContext context,
                               StopEntry stop,
                               boolean isReverseEdge)
Method Detail

traverse

public org.opentripplanner.routing.core.State traverse(org.opentripplanner.routing.core.State s0)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 OneBusAway. All Rights Reserved.