org.onebusaway.transit_data_federation.impl.otp
Class SupportLibrary

java.lang.Object
  extended by org.onebusaway.transit_data_federation.impl.otp.SupportLibrary

public class SupportLibrary
extends Object


Constructor Summary
SupportLibrary()
           
 
Method Summary
static long getNextTimeWindow(GraphContext context, long time)
           
static long getNextTimeWindow(int stopTimeSearchInterval, long time)
           
static long getPreviousTimeWindow(GraphContext context, long time)
           
static boolean hasNextStopTime(ArrivalAndDepartureInstance instance)
           
static boolean hasNextStopTime(StopTimeInstance instance)
           
static boolean hasPreviousStopTime(ArrivalAndDepartureInstance instance)
           
static boolean isTransitEnabled(org.opentripplanner.routing.core.TraverseOptions options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupportLibrary

public SupportLibrary()
Method Detail

isTransitEnabled

public static boolean isTransitEnabled(org.opentripplanner.routing.core.TraverseOptions options)

hasPreviousStopTime

public static boolean hasPreviousStopTime(ArrivalAndDepartureInstance instance)

hasNextStopTime

public static boolean hasNextStopTime(ArrivalAndDepartureInstance instance)

hasNextStopTime

public static boolean hasNextStopTime(StopTimeInstance instance)

getNextTimeWindow

public static long getNextTimeWindow(GraphContext context,
                                     long time)

getNextTimeWindow

public static long getNextTimeWindow(int stopTimeSearchInterval,
                                     long time)

getPreviousTimeWindow

public static long getPreviousTimeWindow(GraphContext context,
                                         long time)


Copyright © 2012 OneBusAway. All Rights Reserved.