|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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
org.onebusaway.transit_data_federation.bundle.tasks.transfer_pattern.graph.TPOfflineOriginVertex
public class TPOfflineOriginVertex
Field Summary |
---|
Fields inherited from class org.onebusaway.transit_data_federation.impl.otp.graph.AbstractStopVertex |
---|
_stop |
Fields inherited from class org.onebusaway.transit_data_federation.impl.otp.graph.AbstractVertex |
---|
_context |
Constructor Summary | |
---|---|
TPOfflineOriginVertex(GraphContext context,
StopEntry stop,
List<StopTimeInstance> instances,
Map<StopEntry,Integer> nearbyStopsAndWalkTimes,
Map<StopEntry,List<StopTimeInstance>> nearbyStopTimeInstances)
|
Method Summary | |
---|---|
Collection<org.opentripplanner.routing.core.Edge> |
getOutgoing()
|
Methods inherited from class org.onebusaway.transit_data_federation.impl.otp.graph.AbstractStopVertexWithEdges |
---|
getDegreeIn, getDegreeOut, getIncoming |
Methods inherited from class org.onebusaway.transit_data_federation.impl.otp.graph.AbstractStopVertex |
---|
equals, getStop, getStopId, getX, getY, hashCode |
Methods inherited from class org.onebusaway.transit_data_federation.impl.otp.graph.AbstractVertex |
---|
distance, distance, getContext, getCoordinate, getDistanceToNearestTransitStop, getLabel, getName, setDistanceToNearestTransitStop |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.onebusaway.transit_data_federation.impl.otp.graph.TransitVertex |
---|
getContext |
Methods inherited from interface org.opentripplanner.routing.core.Vertex |
---|
toString |
Constructor Detail |
---|
public TPOfflineOriginVertex(GraphContext context, StopEntry stop, List<StopTimeInstance> instances, Map<StopEntry,Integer> nearbyStopsAndWalkTimes, Map<StopEntry,List<StopTimeInstance>> nearbyStopTimeInstances)
Method Detail |
---|
public Collection<org.opentripplanner.routing.core.Edge> getOutgoing()
getOutgoing
in interface org.opentripplanner.routing.core.HasEdges
getOutgoing
in class AbstractStopVertexWithEdges
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |