org.onebusaway.gtfs_transformer.updates
Class StopSequencePattern

java.lang.Object
  extended by org.onebusaway.gtfs_transformer.updates.StopSequencePattern

public class StopSequencePattern
extends java.lang.Object


Constructor Summary
StopSequencePattern(AgencyAndId[] stopIds, int[] arrivalTimes, int[] departureTimes)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static StopSequencePattern getPatternForStopTimes(java.util.List<StopTime> stopTimes)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopSequencePattern

public StopSequencePattern(AgencyAndId[] stopIds,
                           int[] arrivalTimes,
                           int[] departureTimes)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getPatternForStopTimes

public static StopSequencePattern getPatternForStopTimes(java.util.List<StopTime> stopTimes)


Copyright © 2010 OneBusAway. All Rights Reserved.