- RADIUS_OF_EARTH_IN_METERS - Static variable in class org.transitime.utils.Geo
-
- read(int) - Method in class org.transitime.gtfs.DbConfig
-
Initiates the reading of the configuration data from the database.
- readAll(String) - Static method in class org.transitime.db.structs.DbTest
-
Reads all DbTest objects from db
- readAndProcessHistoricData(String, List<Integer>, Date, Date) - Method in class org.transitime.core.travelTimes.TravelTimesProcessor
-
Reads in the Matches and the ArrivalDepartures from the database for the
time specified.
- readArrivalsDepartures(String, Date, Date) - Method in class org.transitime.core.travelTimes.DataFetcher
-
Reads arrivals/departures from db into so can be processed.
- ReadConfigListener - Class in org.transitime.web
-
- ReadConfigListener() - Constructor for class org.transitime.web.ReadConfigListener
-
- readData(String, Date, Date) - Method in class org.transitime.core.travelTimes.DataFetcher
-
Reads arrival/departure times and matches from the db and puts the
data into the arrivalDepartureMap and matchesMap members.
- readIntersections(String) - Static method in class org.transitime.custom.sfmta.delayTimes.Intersection
-
- readLock() - Static method in class org.transitime.config.ConfigFileReader
-
When reading config params should lock up the system so that data is
consistent.
- readLocs(String) - Static method in class org.transitime.custom.sfmta.delayTimes.Loc
-
- readTimezoneString(String) - Static method in class org.transitime.gtfs.readers.GtfsAgencyReader
-
A convenience method for reading the timezone from the GTFS agency.txt
file.
- readUnlock() - Static method in class org.transitime.config.ConfigFileReader
-
Every time readLock() is called there needs to be a call to readUnlock().
- readXmlConfigFile(String) - Static method in class org.transitime.config.ConfigFileReader
-
Reads the specified XML file and stores the results into a HashMap configFileData.
- RealTimeSchedAdhProcessor - Class in org.transitime.core
-
For determining the real-time schedule adherence for a predictable vehicle.
- RealTimeSchedAdhProcessor() - Constructor for class org.transitime.core.RealTimeSchedAdhProcessor
-
- receiveObjectMessage(MessageConsumer) - Static method in class org.transitime.ipc.jms.JMSWrapper
-
For reading a message from a Topic or a Queue.
- receiveTextMessage(MessageConsumer) - Static method in class org.transitime.ipc.jms.JMSWrapper
-
For reading a string message from a Topic or a Queue.
- recipientsGlobal() - Static method in class org.transitime.monitoring.MonitorBase
-
Returns comma separated list of who should be notified via e-mail when
trigger state changes for the monitor.
- remove(Object) - Method in class org.transitime.utils.ConcurrentHashMapNullKeyOk
-
- remove(Object, Object) - Method in class org.transitime.utils.ConcurrentHashMapNullKeyOk
-
- removeExpiredPredictions(long) - Method in class org.transitime.ipc.data.IpcPredictionsForRouteStopDest
-
Removes predictions that are older than the current time.
- removePrediction(IpcPrediction) - Method in class org.transitime.ipc.data.IpcPredictionsForRouteStopDest
-
Removes a prediction.
- removePredictions(VehicleState) - Method in class org.transitime.core.dataCache.PredictionDataCache
-
To be called when vehicle is being made unpredictable.
- replace(Object, Object, Object) - Method in class org.transitime.db.hibernate.PrecisionTimestampType
-
- replace(K, V) - Method in class org.transitime.utils.ConcurrentHashMapNullKeyOk
-
- replace(K, V, V) - Method in class org.transitime.utils.ConcurrentHashMapNullKeyOk
-
- Report - Class in org.transitime.avl.calAmp
-
- resetTimer() - Method in class org.transitime.utils.IntervalTimer
-
Resets the timer to the current time.
- RestartableMessageProducer - Class in org.transitime.ipc.jms
-
Sometimes when sending a message it will turn out that the session
and/or the producer will have been closed.
- RestartableMessageProducer(JMSWrapper, Destination) - Constructor for class org.transitime.ipc.jms.RestartableMessageProducer
-
Constructor
- returnedClass() - Method in class org.transitime.db.hibernate.PrecisionTimestampType
-
- rightOffsetBeginningLoc(Location, Location, double) - Static method in class org.transitime.utils.Geo
-
For determining an offset path that is the distance away from the
original path.
- rightOffsetEndLoc(Location, Location, double) - Static method in class org.transitime.utils.Geo
-
Just like rightOffsetBeginningLoc() except offsets l2 instead of l1.
- rightOffsetVertex(Location, Location, Location, double) - Static method in class org.transitime.utils.Geo
-
For shifting a path to the right.
- RmiCallInvocationHandler - Class in org.transitime.ipc.rmi
-
This code is called on the client side when RMI object is accessed.
- RmiCallInvocationHandler(Object, RmiStubInfo) - Constructor for class org.transitime.ipc.rmi.RmiCallInvocationHandler
-
Simple constructor.
- RmiConfig - Class in org.transitime.configData
-
Config params for RMI
- RmiConfig() - Constructor for class org.transitime.configData.RmiConfig
-
- rmiHost() - Static method in class org.transitime.configData.RmiConfig
-
For a client that needs to connect to an agency server.
- RmiParams - Class in org.transitime.ipc.rmi
-
For defining port numbers to be used for RMI
- RmiParams() - Constructor for class org.transitime.ipc.rmi.RmiParams
-
- rmiPort() - Static method in class org.transitime.configData.RmiConfig
-
Which port to use for RMI calls.
- rmiPort - Static variable in class org.transitime.ipc.rmi.RmiParams
-
- RmiQuery - Class in org.transitime.applications
-
A command line application that allows user to request data from the
server.
- RmiQuery() - Constructor for class org.transitime.applications.RmiQuery
-
- RmiStubInfo - Class in org.transitime.ipc.rmi
-
Contains the info needed for creating an RMI stub, including the agency ID
and the agency host name.
- RmiStubInfo(String, String) - Constructor for class org.transitime.ipc.rmi.RmiStubInfo
-
Member Functions
- round(double, int) - Static method in class org.transitime.utils.MathUtils
-
Fast way of truncating a double to a certain number of digits.
- Route - Class in org.transitime.db.structs
-
For storing in db information for a route.
- Route(int, GtfsRoute, List<TripPattern>, TitleFormatter, boolean) - Constructor for class org.transitime.db.structs.Route
-
Constructor.
- RouteAndStops() - Constructor for class org.transitime.core.predAccuracy.PredictionAccuracyModule.RouteAndStops
-
- routeId - Variable in class org.transitime.core.predAccuracy.PredictionAccuracyModule.RouteAndStops
-
- routeNotFiltered(String) - Static method in class org.transitime.gtfs.GtfsData
-
Returns true if the routeId isn't supposed to be filtered out, as
specified by the transitime.gtfs.routeIdRegExPattern property.
- routeShortName - Variable in class org.transitime.gtfs.StopsByLoc.StopInfo
-
- RouteStop(String, String) - Constructor for class org.transitime.ipc.interfaces.PredictionsInterface.RouteStop
-
- RowBuilder() - Constructor for class org.transitime.reports.ChartJsonBuilder.RowBuilder
-
- run() - Method in class org.transitime.avl.AmigoCloudAvlModule
-
Called in separate thread when module is started up
- run() - Method in class org.transitime.avl.AvlClient
-
Filters out problematic AVL reports (such as for having invalid data,
being in the past, or too recent) and processes the ones that are good.
- run() - Method in class org.transitime.avl.AvlJmsClientModule
-
So that Runnable interface used for each thread.
- run() - Method in class org.transitime.avl.BatchCsvAvlFeedModule
-
- run() - Method in class org.transitime.avl.BatchGtfsRealtimeModule
-
- run() - Method in class org.transitime.avl.calAmp.CalAmpAvlModule
-
- run() - Method in class org.transitime.avl.PlaybackModule
-
- run() - Method in class org.transitime.avl.PollUrlAvlModule
-
Does all of the work for the class.
- run() - Method in class org.transitime.core.predAccuracy.PredictionAccuracyModule
-
- run() - Method in class org.transitime.core.schedBasedPreds.SchedBasedPredsModule
-
- run() - Method in class org.transitime.core.TimeoutHandlerModule
-
- run() - Method in class org.transitime.custom.georgiaTech.GeorgiaTechAvlModule
-
- run() - Method in class org.transitime.gtfs.GtfsUpdatedModule
-
- run() - Method in class org.transitime.maintenance.ArchiveOldFilesModule
-
- run() - Method in class org.transitime.monitoring.MonitoringModule
-
- run() - Method in class org.transitime.utils.threading.NamedThread
-
- run() - Method in class org.transitime.utils.threading.ThreadTest
-