org.onebusaway.transit_data_federation.impl.otp.graph.tp
Class TPFreeEdge

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

public class TPFreeEdge
extends AbstractEdge


Field Summary
 
Fields inherited from class org.onebusaway.transit_data_federation.impl.otp.graph.AbstractEdge
_context
 
Constructor Summary
TPFreeEdge(GraphContext context, org.opentripplanner.routing.core.Vertex from, org.opentripplanner.routing.core.Vertex to)
           
 
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

TPFreeEdge

public TPFreeEdge(GraphContext context,
                  org.opentripplanner.routing.core.Vertex from,
                  org.opentripplanner.routing.core.Vertex to)
Method Detail

traverse

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


Copyright © 2012 OneBusAway. All Rights Reserved.