org.onebusaway.transit_data_federation.impl.otp.graph
Class AbstractStopVertexWithEdges
java.lang.Object
org.onebusaway.transit_data_federation.impl.otp.graph.AbstractVertex
org.onebusaway.transit_data_federation.impl.otp.graph.AbstractStopVertex
org.onebusaway.transit_data_federation.impl.otp.graph.AbstractStopVertexWithEdges
- All Implemented Interfaces:
- Cloneable, HasStopTransitVertex, TransitVertex, org.opentripplanner.routing.core.HasEdges, org.opentripplanner.routing.core.Vertex
- Direct Known Subclasses:
- TPOfflineNearbyStopsVertex, TPOfflineOriginVertex
public abstract class AbstractStopVertexWithEdges
- extends AbstractStopVertex
- implements org.opentripplanner.routing.core.HasEdges
Methods inherited from interface org.opentripplanner.routing.core.Vertex |
toString |
AbstractStopVertexWithEdges
public AbstractStopVertexWithEdges(GraphContext context,
StopEntry stop)
getDegreeIn
public int getDegreeIn()
- Specified by:
getDegreeIn
in interface org.opentripplanner.routing.core.HasEdges
getDegreeOut
public int getDegreeOut()
- Specified by:
getDegreeOut
in interface org.opentripplanner.routing.core.HasEdges
getIncoming
public Collection<org.opentripplanner.routing.core.Edge> getIncoming()
- Specified by:
getIncoming
in interface org.opentripplanner.routing.core.HasEdges
getOutgoing
public Collection<org.opentripplanner.routing.core.Edge> getOutgoing()
- Specified by:
getOutgoing
in interface org.opentripplanner.routing.core.HasEdges
Copyright © 2012 OneBusAway. All Rights Reserved.