org.onebusaway.transit_data_federation.bundle.tasks.transfer_pattern.graph
public abstract class AbstractTPOfflineBlockVertex extends AbstractVertexWithEdges implements HasStopTransitVertex, HasStopTimeInstanceTransitVertex
Modifier and Type | Field and Description |
---|---|
protected StopTimeInstance |
_instance |
_context
Constructor and Description |
---|
AbstractTPOfflineBlockVertex(GraphContext context,
StopTimeInstance instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
StopTimeInstance |
getInstance() |
StopEntry |
getStop() |
org.onebusaway.gtfs.model.AgencyAndId |
getStopId() |
double |
getX() |
double |
getY() |
int |
hashCode()
Object Interface |
getDegreeIn, getDegreeOut, getIncoming, getOutgoing
distance, distance, getContext, getCoordinate, getDistanceToNearestTransitStop, getLabel, getName, setDistanceToNearestTransitStop
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getContext
protected final StopTimeInstance _instance
public AbstractTPOfflineBlockVertex(GraphContext context, StopTimeInstance instance)
public StopTimeInstance getInstance()
getInstance
in interface HasStopTimeInstanceTransitVertex
public StopEntry getStop()
getStop
in interface HasStopTransitVertex
public org.onebusaway.gtfs.model.AgencyAndId getStopId()
getStopId
in interface org.opentripplanner.routing.core.Vertex
getStopId
in class AbstractVertex
public double getX()
getX
in interface org.opentripplanner.routing.core.Vertex
public double getY()
getY
in interface org.opentripplanner.routing.core.Vertex
Copyright © 2014 OneBusAway. All Rights Reserved.