org.onebusaway.transit_data_federation.impl.otp.graph
public final class ArrivalVertex extends AbstractVertexWithEdges implements HasStopTransitVertex
_context
Constructor and Description |
---|
ArrivalVertex(GraphContext context,
StopEntry stop,
long time) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Collection<org.opentripplanner.routing.core.Edge> |
getIncoming()
HasEdges Interface |
String |
getLabel()
Vertex Interface |
Collection<org.opentripplanner.routing.core.Edge> |
getOutgoing() |
StopEntry |
getStop() |
org.onebusaway.gtfs.model.AgencyAndId |
getStopId() |
double |
getX() |
double |
getY() |
int |
hashCode() |
String |
toString()
Object Interface |
getDegreeIn, getDegreeOut
distance, distance, getContext, getCoordinate, getDistanceToNearestTransitStop, getName, setDistanceToNearestTransitStop
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getContext
public ArrivalVertex(GraphContext context, StopEntry stop, long time)
public StopEntry getStop()
getStop
in interface HasStopTransitVertex
public String getLabel()
Vertex
InterfacegetLabel
in interface org.opentripplanner.routing.core.Vertex
getLabel
in class AbstractVertex
public org.onebusaway.gtfs.model.AgencyAndId getStopId()
getStopId
in interface org.opentripplanner.routing.core.Vertex
getStopId
in class AbstractVertex
public double getX()
getX
in interface org.opentripplanner.routing.core.Vertex
public double getY()
getY
in interface org.opentripplanner.routing.core.Vertex
public Collection<org.opentripplanner.routing.core.Edge> getIncoming()
HasEdges
InterfacegetIncoming
in interface org.opentripplanner.routing.core.HasEdges
getIncoming
in class AbstractVertexWithEdges
public Collection<org.opentripplanner.routing.core.Edge> getOutgoing()
getOutgoing
in interface org.opentripplanner.routing.core.HasEdges
getOutgoing
in class AbstractVertexWithEdges
Copyright © 2014 OneBusAway. All Rights Reserved.