org.onebusaway.transit_data_federation.impl.otp.graph
Class BlockArrivalVertex
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.BlockArrivalVertex
- All Implemented Interfaces:
- Cloneable, Comparable<BlockArrivalVertex>, HasStopTransitVertex, TransitVertex, org.opentripplanner.routing.core.HasEdges, org.opentripplanner.routing.core.Vertex
public class BlockArrivalVertex
- extends AbstractBlockVertex
- implements org.opentripplanner.routing.core.HasEdges, Comparable<BlockArrivalVertex>
Methods inherited from interface org.opentripplanner.routing.core.HasEdges |
getDegreeIn, getDegreeOut |
BlockArrivalVertex
public BlockArrivalVertex(GraphContext graphContext,
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
compareTo
public int compareTo(BlockArrivalVertex o)
- Specified by:
compareTo
in interface Comparable<BlockArrivalVertex>
Copyright © 2012 OneBusAway. All Rights Reserved.