org.onebusaway.transit_data_federation.impl.transit_graph
Class FrequencyEntryImpl

java.lang.Object
  extended by org.onebusaway.transit_data_federation.impl.transit_graph.FrequencyEntryImpl
All Implemented Interfaces:
Serializable, FrequencyEntry

public class FrequencyEntryImpl
extends Object
implements FrequencyEntry, Serializable

See Also:
Serialized Form

Constructor Summary
FrequencyEntryImpl(int startTime, int endTime, int headwaySecs)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getEndTime()
           
 int getHeadwaySecs()
           
 int getStartTime()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FrequencyEntryImpl

public FrequencyEntryImpl(int startTime,
                          int endTime,
                          int headwaySecs)
Method Detail

getStartTime

public int getStartTime()
Specified by:
getStartTime in interface FrequencyEntry

getEndTime

public int getEndTime()
Specified by:
getEndTime in interface FrequencyEntry

getHeadwaySecs

public int getHeadwaySecs()
Specified by:
getHeadwaySecs in interface FrequencyEntry

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2012 OneBusAway. All Rights Reserved.