org.onebusaway.transit_data_federation.services.realtime
Class ScheduleDeviationHistogram

java.lang.Object
  extended by org.onebusaway.transit_data_federation.services.realtime.ScheduleDeviationHistogram

public class ScheduleDeviationHistogram
extends Object


Constructor Summary
ScheduleDeviationHistogram(int[] scheduleDeviations, int[] counts)
           
 
Method Summary
 int[] getCounts()
           
 int[] getScheduleDeviations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduleDeviationHistogram

public ScheduleDeviationHistogram(int[] scheduleDeviations,
                                  int[] counts)
Method Detail

getScheduleDeviations

public int[] getScheduleDeviations()

getCounts

public int[] getCounts()


Copyright © 2012 OneBusAway. All Rights Reserved.