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

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

public class DepartureEdge
extends AbstractEdge


Field Summary
 
Fields inherited from class org.onebusaway.transit_data_federation.impl.otp.graph.AbstractEdge
_context
 
Constructor Summary
DepartureEdge(GraphContext context, StopEntry stop)
           
 
Method Summary
 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, toString, wait, wait, wait
 

Constructor Detail

DepartureEdge

public DepartureEdge(GraphContext context,
                     StopEntry stop)
Method Detail

traverse

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


Copyright © 2012 OneBusAway. All Rights Reserved.