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

java.lang.Object
  extended by org.onebusaway.transit_data_federation.impl.otp.graph.AbstractVertex
      extended by org.onebusaway.transit_data_federation.impl.otp.graph.AbstractStopVertex
          extended by org.onebusaway.transit_data_federation.impl.otp.graph.WalkToStopVertex
All Implemented Interfaces:
Cloneable, HasStopTransitVertex, TransitVertex, org.opentripplanner.routing.core.Vertex

public final class WalkToStopVertex
extends AbstractStopVertex


Field Summary
 
Fields inherited from class org.onebusaway.transit_data_federation.impl.otp.graph.AbstractStopVertex
_stop
 
Fields inherited from class org.onebusaway.transit_data_federation.impl.otp.graph.AbstractVertex
_context
 
Constructor Summary
WalkToStopVertex(GraphContext context, StopEntry stop)
           
 
Method Summary
 String getLabel()
          Vertex Interface
static String getVertexLabelForStop(StopEntry stopEntry)
           
 String toString()
          Object Interface
 
Methods inherited from class org.onebusaway.transit_data_federation.impl.otp.graph.AbstractStopVertex
equals, getStop, getStopId, getX, getY, hashCode
 
Methods inherited from class org.onebusaway.transit_data_federation.impl.otp.graph.AbstractVertex
distance, distance, getContext, getCoordinate, getDistanceToNearestTransitStop, getName, setDistanceToNearestTransitStop
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.onebusaway.transit_data_federation.impl.otp.graph.TransitVertex
getContext
 

Constructor Detail

WalkToStopVertex

public WalkToStopVertex(GraphContext context,
                        StopEntry stop)
Method Detail

getLabel

public String getLabel()
Vertex Interface

Specified by:
getLabel in interface org.opentripplanner.routing.core.Vertex
Overrides:
getLabel in class AbstractVertex

toString

public String toString()
Object Interface

Specified by:
toString in interface org.opentripplanner.routing.core.Vertex
Overrides:
toString in class Object

getVertexLabelForStop

public static String getVertexLabelForStop(StopEntry stopEntry)


Copyright © 2012 OneBusAway. All Rights Reserved.