org.onebusaway.transit_data_federation.impl.otp.graph
Class BlockDepartureVertex
java.lang.Object
org.onebusaway.transit_data_federation.impl.otp.graph.AbstractVertex
org.onebusaway.transit_data_federation.impl.otp.graph.AbstractVertexWithEdges
org.onebusaway.transit_data_federation.impl.otp.graph.AbstractBlockVertex
org.onebusaway.transit_data_federation.impl.otp.graph.BlockDepartureVertex
- All Implemented Interfaces:
- Cloneable, HasStopTransitVertex, TransitVertex, org.opentripplanner.routing.core.HasEdges, org.opentripplanner.routing.core.Vertex
public class BlockDepartureVertex
- extends AbstractBlockVertex
- implements org.opentripplanner.routing.core.HasEdges
Methods inherited from interface org.opentripplanner.routing.core.HasEdges |
getDegreeIn, getDegreeOut |
BlockDepartureVertex
public BlockDepartureVertex(GraphContext context,
ArrivalAndDepartureInstance instance)
getLabel
public String getLabel()
Vertex
Interface
- Specified by:
getLabel
in interface org.opentripplanner.routing.core.Vertex
- Overrides:
getLabel
in class AbstractVertex
getIncoming
public Collection<org.opentripplanner.routing.core.Edge> getIncoming()
HasEdges
Interface
- Specified by:
getIncoming
in interface org.opentripplanner.routing.core.HasEdges
- Overrides:
getIncoming
in class AbstractVertexWithEdges
getOutgoing
public Collection<org.opentripplanner.routing.core.Edge> getOutgoing()
- Specified by:
getOutgoing
in interface org.opentripplanner.routing.core.HasEdges
- Overrides:
getOutgoing
in class AbstractVertexWithEdges
toString
public String toString()
Object
Interface
- Specified by:
toString
in interface org.opentripplanner.routing.core.Vertex
- Overrides:
toString
in class Object
Copyright © 2012 OneBusAway. All Rights Reserved.