org.onebusaway.transit_data_federation.impl.otp.graph
Class BlockForwardHopEdge
java.lang.Object
org.onebusaway.transit_data_federation.impl.otp.graph.AbstractEdge
org.onebusaway.transit_data_federation.impl.otp.graph.BlockForwardHopEdge
- All Implemented Interfaces:
- org.opentripplanner.routing.core.Edge
public class BlockForwardHopEdge
- extends AbstractEdge
A transit vehicle's journey between departure at one stop and arrival at the
next. This version represents a set of such journeys specified by a
TripPattern.
Fields inherited from class org.onebusaway.transit_data_federation.impl.otp.graph.AbstractEdge |
_context |
Method Summary |
org.opentripplanner.routing.core.State |
traverse(org.opentripplanner.routing.core.State s0)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlockForwardHopEdge
public BlockForwardHopEdge(GraphContext context,
ArrivalAndDepartureInstance from)
traverse
public org.opentripplanner.routing.core.State traverse(org.opentripplanner.routing.core.State s0)
Copyright © 2012 OneBusAway. All Rights Reserved.