org.onebusaway.transit_data_federation.impl.blocks
Class ScheduledBlockLocationLibrary

java.lang.Object
  extended by org.onebusaway.transit_data_federation.impl.blocks.ScheduledBlockLocationLibrary

public class ScheduledBlockLocationLibrary
extends Object


Constructor Summary
ScheduledBlockLocationLibrary()
           
 
Method Summary
static int computeSlackToNextStop(ScheduledBlockLocation scheduledBlockLocation)
           
static int computeTravelTimeBetweenLocations(ScheduledBlockLocation scheduledBlockLocationA, ScheduledBlockLocation scheduledBlockLocationB)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduledBlockLocationLibrary

public ScheduledBlockLocationLibrary()
Method Detail

computeTravelTimeBetweenLocations

public static int computeTravelTimeBetweenLocations(ScheduledBlockLocation scheduledBlockLocationA,
                                                    ScheduledBlockLocation scheduledBlockLocationB)

computeSlackToNextStop

public static int computeSlackToNextStop(ScheduledBlockLocation scheduledBlockLocation)


Copyright © 2012 OneBusAway. All Rights Reserved.