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

java.lang.Object
  extended by org.onebusaway.transit_data_federation.impl.otp.graph.AbstractVertex
      extended by org.onebusaway.transit_data_federation.impl.otp.graph.AbstractVertexWithEdges
          extended by org.onebusaway.transit_data_federation.bundle.tasks.transfer_pattern.graph.AbstractTPOfflineBlockVertex
              extended by org.onebusaway.transit_data_federation.bundle.tasks.transfer_pattern.graph.TPOfflineTransferVertex
All Implemented Interfaces:
Cloneable, HasStopTimeInstanceTransitVertex, HasStopTransitVertex, TransitVertex, org.opentripplanner.routing.core.HasEdges, org.opentripplanner.routing.core.Vertex

public class TPOfflineTransferVertex
extends AbstractTPOfflineBlockVertex


Field Summary
 
Fields inherited from class org.onebusaway.transit_data_federation.bundle.tasks.transfer_pattern.graph.AbstractTPOfflineBlockVertex
_instance
 
Fields inherited from class org.onebusaway.transit_data_federation.impl.otp.graph.AbstractVertex
_context
 
Constructor Summary
TPOfflineTransferVertex(GraphContext context, StopTimeInstance instance)
           
 
Method Summary
 Collection<org.opentripplanner.routing.core.Edge> getOutgoing()
          HasEdges Interface
 String toString()
           
 
Methods inherited from class org.onebusaway.transit_data_federation.bundle.tasks.transfer_pattern.graph.AbstractTPOfflineBlockVertex
equals, getInstance, getStop, getStopId, getX, getY, hashCode
 
Methods inherited from class org.onebusaway.transit_data_federation.impl.otp.graph.AbstractVertexWithEdges
getDegreeIn, getDegreeOut, getIncoming
 
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

TPOfflineTransferVertex

public TPOfflineTransferVertex(GraphContext context,
                               StopTimeInstance instance)
Method Detail

getOutgoing

public Collection<org.opentripplanner.routing.core.Edge> getOutgoing()
HasEdges Interface

Specified by:
getOutgoing in interface org.opentripplanner.routing.core.HasEdges
Overrides:
getOutgoing in class AbstractVertexWithEdges

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.