Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

H

handleArrivalDeparture(ArrivalDeparture) - Static method in class org.transitime.core.predAccuracy.PredictionAccuracyModule
Looks for corresponding prediction in memory.
handleOldFile(File) - Method in class org.transitime.maintenance.ArchiveOldFiles
Called for each file that is older than specified number of days.
handlePossibleTimeouts() - Method in class org.transitime.core.TimeoutHandlerModule
Goes through all vehicles and finds ones that have timed out
handleRecord(CSVRecord, boolean) - Method in class org.transitime.avl.AvlCsvReader
 
handleRecord(CSVRecord, boolean) - Method in class org.transitime.gtfs.readers.GtfsAgenciesSupplementReader
 
handleRecord(CSVRecord, boolean) - Method in class org.transitime.gtfs.readers.GtfsAgencyReader
 
handleRecord(CSVRecord, boolean) - Method in class org.transitime.gtfs.readers.GtfsCalendarDatesReader
 
handleRecord(CSVRecord, boolean) - Method in class org.transitime.gtfs.readers.GtfsCalendarReader
 
handleRecord(CSVRecord, boolean) - Method in class org.transitime.gtfs.readers.GtfsFareAttributesReader
 
handleRecord(CSVRecord, boolean) - Method in class org.transitime.gtfs.readers.GtfsFareRulesReader
 
handleRecord(CSVRecord, boolean) - Method in class org.transitime.gtfs.readers.GtfsFeedInfosReader
 
handleRecord(CSVRecord, boolean) - Method in class org.transitime.gtfs.readers.GtfsFrequenciesReader
 
handleRecord(CSVRecord, boolean) - Method in class org.transitime.gtfs.readers.GtfsRoutesReader
 
handleRecord(CSVRecord, boolean) - Method in class org.transitime.gtfs.readers.GtfsRoutesSupplementReader
 
handleRecord(CSVRecord, boolean) - Method in class org.transitime.gtfs.readers.GtfsShapesReader
 
handleRecord(CSVRecord, boolean) - Method in class org.transitime.gtfs.readers.GtfsShapesSupplementReader
 
handleRecord(CSVRecord, boolean) - Method in class org.transitime.gtfs.readers.GtfsStopsReader
 
handleRecord(CSVRecord, boolean) - Method in class org.transitime.gtfs.readers.GtfsStopsSupplementReader
 
handleRecord(CSVRecord, boolean) - Method in class org.transitime.gtfs.readers.GtfsStopTimesReader
 
handleRecord(CSVRecord, boolean) - Method in class org.transitime.gtfs.readers.GtfsStopTimesSupplementReader
 
handleRecord(CSVRecord, boolean) - Method in class org.transitime.gtfs.readers.GtfsTransfersReader
 
handleRecord(CSVRecord, boolean) - Method in class org.transitime.gtfs.readers.GtfsTripsReader
 
handleRecord(CSVRecord, boolean) - Method in class org.transitime.gtfs.readers.GtfsTripsSupplementReader
 
hashCode(Object) - Method in class org.transitime.db.hibernate.PrecisionTimestampType
 
hashCode() - Method in class org.transitime.db.structs.Agency
Needed because have a composite ID for Hibernate storage
hashCode() - Method in class org.transitime.db.structs.ArrivalDeparture
Because using a composite Id Hibernate wants this member.
hashCode() - Method in class org.transitime.db.structs.AvlReport
 
hashCode() - Method in class org.transitime.db.structs.Block
Required by Hibernate
hashCode() - Method in class org.transitime.db.structs.Calendar
Needed because have a composite ID for Hibernate storage
hashCode() - Method in class org.transitime.db.structs.CalendarDate
Needed because have a composite ID for Hibernate storage
hashCode() - Method in class org.transitime.db.structs.Extent
If don't have hashCode() and equals() then the objects that include this object will generate a warning when these methods are implemented.
hashCode() - Method in class org.transitime.db.structs.FareAttribute
Needed because have a composite ID for Hibernate storage
hashCode() - Method in class org.transitime.db.structs.FareRule
Needed because have a composite ID for Hibernate storage
hashCode() - Method in class org.transitime.db.structs.Frequency
Needed because have a composite ID for Hibernate storage
hashCode() - Method in class org.transitime.db.structs.Location
If don't have hashCode() and equals() then the objects that include this object will generate a warning when these methods are implemented.
hashCode() - Method in class org.transitime.db.structs.Match
Because using a composite Id Hibernate wants this member.
hashCode() - Method in class org.transitime.db.structs.MonitoringEvent
Because using a composite Id Hibernate wants this method.
hashCode() - Method in class org.transitime.db.structs.Prediction
Because using a composite Id Hibernate wants this member.
hashCode() - Method in class org.transitime.db.structs.PredictionAccuracy
 
hashCode() - Method in class org.transitime.db.structs.Route
Needed because have a composite ID for Hibernate storage
hashCode() - Method in class org.transitime.db.structs.Stop
Needed because have a composite ID for Hibernate storage
hashCode() - Method in class org.transitime.db.structs.StopPath
Needed because have a composite ID for Hibernate storage
hashCode() - Method in class org.transitime.db.structs.Transfer
Needed because have a composite ID for Hibernate storage
hashCode() - Method in class org.transitime.db.structs.TravelTimesForStopPath
Defined so can use as key in map
hashCode() - Method in class org.transitime.db.structs.TravelTimesForTrip
Needed because of Hibernate and also because want to cache TravelTimesForTrip and to do so need to store the objects as keys in a map and need hashCode() and equals() for doing that properly.
hashCode() - Method in class org.transitime.db.structs.Trip
Required by Hibernate
hashCode() - Method in class org.transitime.db.structs.TripPattern
 
hashCode() - Method in class org.transitime.db.structs.TripPatternKey
Needed so can have Set/Map of TripPatterns and looking up elements will be quick and proper.
hashCode() - Method in class org.transitime.db.structs.VehicleEvent
Because using a composite Id Hibernate wants this method.
hashCode() - Method in class org.transitime.utils.MapKey
 
hasNewAssignment(AvlReport) - Method in class org.transitime.core.VehicleState
Returns true if the AVL report has a different assignment than what is in the VehicleState.
hasSchedule() - Method in class org.transitime.db.structs.Block
Returns true if block assignment has a schedule (is not frequency based)
hasValidAssignment() - Method in class org.transitime.db.structs.AvlReport
Returns whether assignment information was set in the AVL data and that assignment is valid.
heading() - Method in class org.transitime.db.structs.Vector
Returns number of degrees clockwise from due North.
headingFormat(float) - Static method in class org.transitime.utils.Geo
Outputs heading in degrees with just a single digit past the decimal point.
headingOK(float, float) - Method in class org.transitime.db.structs.VectorWithHeading
Returns true if heading is within allowableDelta of segment.
headingOK(float, float, float) - Static method in class org.transitime.utils.Geo
Returns true if the heading specified by vehicleHeading is within the allowableDelta of segmentHeading.
HeadwayGenerator - Interface in org.transitime.core
Defines the interface for generating headway information.
HeadwayGeneratorDefaultImpl - Class in org.transitime.core
 
HeadwayGeneratorDefaultImpl() - Constructor for class org.transitime.core.HeadwayGeneratorDefaultImpl
 
HeadwayGeneratorFactory - Class in org.transitime.core
For instantiating a HeadwayGenerator object that generates headway info when a new match is generated for a vehicle.
HeadwayGeneratorFactory() - Constructor for class org.transitime.core.HeadwayGeneratorFactory
 
Hello - Interface in org.transitime.ipc.rmi
A test interface for showing how can work with RMI
HelloClient - Class in org.transitime.ipc.rmi
Sample test program to show how a client can do RMI calls.
HelloClient() - Constructor for class org.transitime.ipc.rmi.HelloClient
 
HelloServer - Class in org.transitime.ipc.rmi
A sample RMI server class.
HibernateTest - Class in org.transitime.misc
For testing writing data to database.
HibernateTest() - Constructor for class org.transitime.misc.HibernateTest
 
HibernateUtils - Class in org.transitime.db.hibernate
Utilities for dealing with Hibernate issues such as sessions.
HibernateUtils() - Constructor for class org.transitime.db.hibernate.HibernateUtils
 
HOUR_IN_MINS - Static variable in class org.transitime.utils.Time
 
HOUR_IN_MSECS - Static variable in class org.transitime.utils.Time
 
HOUR_IN_SECS - Static variable in class org.transitime.utils.Time
 
howSet() - Method in class org.transitime.core.travelTimes.TravelTimeInfoWithHowSet
Returns how the travel time info was obtained
httpDate(long) - Static method in class org.transitime.utils.Time
For when sending date as part of http request.
HttpGetFile - Class in org.transitime.utils
Copies a file from the specified URL and stores it locally.
HttpGetFile(String, String) - Constructor for class org.transitime.utils.HttpGetFile
Constructor
HttpGetGtfsFile - Class in org.transitime.gtfs
For grabbing a GTFS zip file over the web using http.
HttpGetGtfsFile(String, String) - Constructor for class org.transitime.gtfs.HttpGetGtfsFile
Member Functions
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links