org.onebusaway.gtfs_transformer.updates
Class StopSequencePattern

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

public class StopSequencePattern
extends Object


Constructor Summary
StopSequencePattern(AgencyAndId[] stopIds, int[] arrivalTimes, int[] departureTimes)
           
 
Method Summary
 boolean equals(Object obj)
           
static StopSequencePattern getPatternForStopTimes(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 Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getPatternForStopTimes

public static StopSequencePattern getPatternForStopTimes(List<StopTime> stopTimes)


Copyright © 2011 OneBusAway. All Rights Reserved.