org.onebusaway.transit_data_federation.impl.otp.graph
public abstract class AbstractStopVertexWithEdges extends AbstractStopVertex implements org.opentripplanner.routing.core.HasEdges
_stop
_context
Constructor and Description |
---|
AbstractStopVertexWithEdges(GraphContext context,
StopEntry stop) |
Modifier and Type | Method and Description |
---|---|
int |
getDegreeIn() |
int |
getDegreeOut() |
Collection<org.opentripplanner.routing.core.Edge> |
getIncoming() |
Collection<org.opentripplanner.routing.core.Edge> |
getOutgoing() |
equals, getStop, getStopId, getX, getY, hashCode
distance, distance, getContext, getCoordinate, getDistanceToNearestTransitStop, getLabel, getName, setDistanceToNearestTransitStop
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getContext
public AbstractStopVertexWithEdges(GraphContext context, StopEntry stop)
public int getDegreeIn()
getDegreeIn
in interface org.opentripplanner.routing.core.HasEdges
public int getDegreeOut()
getDegreeOut
in interface org.opentripplanner.routing.core.HasEdges
public Collection<org.opentripplanner.routing.core.Edge> getIncoming()
getIncoming
in interface org.opentripplanner.routing.core.HasEdges
public Collection<org.opentripplanner.routing.core.Edge> getOutgoing()
getOutgoing
in interface org.opentripplanner.routing.core.HasEdges
Copyright © 2014 OneBusAway. All Rights Reserved.