- early() - Method in class org.transitime.core.TemporalDifference
-
If early then returns positive value indicating how many msec early.
- elapsedMsec() - Method in class org.transitime.utils.IntervalTimer
-
Time elapsed in msec since IntervalTimer created or resetTimer() called
- elapsedMsecStr() - Method in class org.transitime.utils.IntervalTimer
-
For outputting elapsed time in milliseconds with 3 digits after the
decimal point, as in 123.456 msec.
- elapsedNanoSec() - Method in class org.transitime.utils.IntervalTimer
-
Time elapsed in nanoseconds since IntervalTimer created or resetTimer() called
- elapsedTimeStr(long) - Static method in class org.transitime.utils.Time
-
Returns the elapsed time in msec as a string.
- email() - Static method in class org.transitime.logging.Markers
-
When this marker is used with a logging message then the message is
e-mailed to the configured users.
- EmailSender - Class in org.transitime.utils
-
For programmatically sending out an e-mail.
- EmailSender() - Constructor for class org.transitime.utils.EmailSender
-
Reads config properties from config file and creates a session that can
be used to send e-mails.
- emit() - Method in class org.transitime.avl.amigocloud.AmigoWebsockets
-
- encrypt(String) - Static method in class org.transitime.utils.Encryption
-
Encrypts the specified string using the configured encryptionPassword
- Encryption - Class in org.transitime.utils
-
For encrypting and decrypting strings.
- Encryption() - Constructor for class org.transitime.utils.Encryption
-
- end(double) - Method in class org.transitime.db.structs.Vector
-
Returns the last part of the vector, starting after the beginningLength
- END_OF_BLOCK - Static variable in class org.transitime.db.structs.VehicleEvent
-
- epochTime - Variable in class org.transitime.custom.sfmta.delayTimes.Loc
-
- equals(Object, Object) - Method in class org.transitime.db.hibernate.PrecisionTimestampType
-
- equals(Object) - Method in class org.transitime.db.structs.Agency
-
Needed because have a composite ID for Hibernate storage
- equals(Object) - Method in class org.transitime.db.structs.ArrivalDeparture
-
Because using a composite Id Hibernate wants this member.
- equals(Object) - Method in class org.transitime.db.structs.AvlReport
-
- equals(Object) - Method in class org.transitime.db.structs.Block
-
Required by Hibernate
- equals(Object) - Method in class org.transitime.db.structs.Calendar
-
Needed because have a composite ID for Hibernate storage
- equals(Object) - Method in class org.transitime.db.structs.CalendarDate
-
Needed because have a composite ID for Hibernate storage
- equals(Object) - 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.
- equals(Object) - Method in class org.transitime.db.structs.FareAttribute
-
Needed because have a composite ID for Hibernate storage
- equals(Object) - Method in class org.transitime.db.structs.FareRule
-
Needed because have a composite ID for Hibernate storage
- equals(Object) - Method in class org.transitime.db.structs.Frequency
-
Needed because have a composite ID for Hibernate storage
- equals(Object) - 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.
- equals(Object) - Method in class org.transitime.db.structs.Match
-
Because using a composite Id Hibernate wants this member.
- equals(Object) - Method in class org.transitime.db.structs.MonitoringEvent
-
Because using a composite Id Hibernate wants this method.
- equals(Object) - Method in class org.transitime.db.structs.Prediction
-
Because using a composite Id Hibernate wants this member.
- equals(Object) - Method in class org.transitime.db.structs.PredictionAccuracy
-
- equals(Object) - Method in class org.transitime.db.structs.Route
-
Needed because have a composite ID for Hibernate storage
- equals(Object) - Method in class org.transitime.db.structs.Stop
-
Needed because have a composite ID for Hibernate storage
- equals(Object) - Method in class org.transitime.db.structs.StopPath
-
Needed because have a composite ID for Hibernate storage
- equals(Object) - Method in class org.transitime.db.structs.Transfer
-
Needed because have a composite ID for Hibernate storage
- equals(Object) - Method in class org.transitime.db.structs.TravelTimesForStopPath
-
Defined so can use as key in map
- equals(Object) - 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.
- equals(Object) - Method in class org.transitime.db.structs.Trip
-
Required by Hibernate
- equals(Object) - Method in class org.transitime.db.structs.TripPattern
-
- equals(Object) - 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.
- equals(Object) - Method in class org.transitime.db.structs.VehicleEvent
-
Because using a composite Id Hibernate wants this method.
- equals(Object) - Method in class org.transitime.utils.MapKey
-
Standard equals() override.
- exclusiveBlockAssignments() - Static method in class org.transitime.configData.CoreConfig
-
True if block assignments should be exclusive.
- execute(Runnable) - Method in class org.transitime.utils.threading.BoundedExecutor
-
Executes the task by running the Runnable.run() method.
- expectedStopTimeForStopPath(Indices) - Method in class org.transitime.core.TravelTimes
-
Returns how long vehicle is expected to stop for the stop at the end of
the path specified by the indices parameter.
- expectedTravelTimeBetweenMatches(String, int, SpatialMatch, SpatialMatch) - Method in class org.transitime.core.TravelTimes
-
Determines expected travel time in msec between the two matches based on
the travel times from the database.
- expectedTravelTimeBetweenMatches(String, Date, SpatialMatch, SpatialMatch) - Method in class org.transitime.core.TravelTimes
-
Determines expected travel time in msec between the two matches based on
the travel times from the database.
- expectedTravelTimeForStopPath(Indices) - Method in class org.transitime.core.TravelTimes
-
Returns travel time for the path specified by the indices parameter.
- expectedTravelTimeFromBeginningOfStopPathToMatch(SpatialMatch) - Method in class org.transitime.core.TravelTimes
-
Returns the time vehicle is expected to take to travel from the beginning
of the stop path to the spatialMatch.
- expectedTravelTimeFromMatchToEndOfStopPath(SpatialMatch) - Method in class org.transitime.core.TravelTimes
-
Returns the time vehicle is expected to take to travel from the
spatialMatch to the stop at the end of the current stop path.
- Extensions(IpcVehicleComplete) - Constructor for class org.transitime.api.data.siri.SiriMonitoredCall.Extensions
-
- Extent - Class in org.transitime.db.structs
-
A rectangle specified by min and max latitudes and longitudes.
- Extent() - Constructor for class org.transitime.db.structs.Extent
-
Hibernate requires a no-arg constructor so might as well be
explicit about it.