org.onebusaway.transit_data_federation.bundle.tasks.transfer_pattern.graph
Class TPOfflineNearbyStopsVertex

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.AbstractStopVertexWithEdges
              extended by org.onebusaway.transit_data_federation.bundle.tasks.transfer_pattern.graph.TPOfflineNearbyStopsVertex
All Implemented Interfaces:
Cloneable, HasStopTransitVertex, TransitVertex, org.opentripplanner.routing.core.HasEdges, org.opentripplanner.routing.core.Vertex

public class TPOfflineNearbyStopsVertex
extends AbstractStopVertexWithEdges


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
TPOfflineNearbyStopsVertex(GraphContext context, StopEntry stop, int walkTime, List<StopTimeInstance> instances)
           
 
Method Summary
 Collection<org.opentripplanner.routing.core.Edge> getOutgoing()
           
 String toString()
           
 
Methods inherited from class org.onebusaway.transit_data_federation.impl.otp.graph.AbstractStopVertexWithEdges
getDegreeIn, getDegreeOut, getIncoming
 
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, getLabel, 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

TPOfflineNearbyStopsVertex

public TPOfflineNearbyStopsVertex(GraphContext context,
                                  StopEntry stop,
                                  int walkTime,
                                  List<StopTimeInstance> instances)
Method Detail

getOutgoing

public Collection<org.opentripplanner.routing.core.Edge> getOutgoing()
Specified by:
getOutgoing in interface org.opentripplanner.routing.core.HasEdges
Overrides:
getOutgoing in class AbstractStopVertexWithEdges

toString

public String toString()
Specified by:
toString in interface org.opentripplanner.routing.core.Vertex
Overrides:
toString in class Object


Copyright © 2012 OneBusAway. All Rights Reserved.