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

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.TPOfflineOriginVertex
All Implemented Interfaces:
Cloneable, HasStopTransitVertex, TransitVertex, org.opentripplanner.routing.core.HasEdges, org.opentripplanner.routing.core.Vertex

public class TPOfflineOriginVertex
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
TPOfflineOriginVertex(GraphContext context, StopEntry stop, List<StopTimeInstance> instances, Map<StopEntry,Integer> nearbyStopsAndWalkTimes, Map<StopEntry,List<StopTimeInstance>> nearbyStopTimeInstances)
           
 
Method Summary
 Collection<org.opentripplanner.routing.core.Edge> getOutgoing()
           
 
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, toString, wait, wait, wait
 
Methods inherited from interface org.onebusaway.transit_data_federation.impl.otp.graph.TransitVertex
getContext
 
Methods inherited from interface org.opentripplanner.routing.core.Vertex
toString
 

Constructor Detail

TPOfflineOriginVertex

public TPOfflineOriginVertex(GraphContext context,
                             StopEntry stop,
                             List<StopTimeInstance> instances,
                             Map<StopEntry,Integer> nearbyStopsAndWalkTimes,
                             Map<StopEntry,List<StopTimeInstance>> nearbyStopTimeInstances)
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


Copyright © 2012 OneBusAway. All Rights Reserved.