org.onebusaway.transit_data_federation.bundle.tasks.transfer_pattern.graph
Class AbstractTPOfflineBlockVertex
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.bundle.tasks.transfer_pattern.graph.AbstractTPOfflineBlockVertex
- All Implemented Interfaces:
- Cloneable, HasStopTimeInstanceTransitVertex, HasStopTransitVertex, TransitVertex, org.opentripplanner.routing.core.HasEdges, org.opentripplanner.routing.core.Vertex
- Direct Known Subclasses:
- TPOfflineBlockArrivalVertex, TPOfflineBlockDepartureVertex, TPOfflineTransferVertex
public abstract class AbstractTPOfflineBlockVertex
- extends AbstractVertexWithEdges
- implements HasStopTransitVertex, HasStopTimeInstanceTransitVertex
Methods inherited from interface org.opentripplanner.routing.core.Vertex |
toString |
_instance
protected final StopTimeInstance _instance
AbstractTPOfflineBlockVertex
public AbstractTPOfflineBlockVertex(GraphContext context,
StopTimeInstance instance)
getInstance
public StopTimeInstance getInstance()
- Specified by:
getInstance
in interface HasStopTimeInstanceTransitVertex
getStop
public StopEntry getStop()
- Specified by:
getStop
in interface HasStopTransitVertex
getStopId
public org.onebusaway.gtfs.model.AgencyAndId getStopId()
- Specified by:
getStopId
in interface org.opentripplanner.routing.core.Vertex
- Overrides:
getStopId
in class AbstractVertex
getX
public double getX()
- Specified by:
getX
in interface org.opentripplanner.routing.core.Vertex
getY
public double getY()
- Specified by:
getY
in interface org.opentripplanner.routing.core.Vertex
hashCode
public int hashCode()
Object
Interface
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2012 OneBusAway. All Rights Reserved.