- name - Variable in class org.transitime.custom.sfmta.delayTimes.Intersection
-
- NamedThread - Class in org.transitime.utils.threading
-
Creates a Thread but sets the name of it and sets the
UncaughtExceptionHandler so that uncaught exceptions are logged.
- NamedThread(Runnable) - Constructor for class org.transitime.utils.threading.NamedThread
-
Creates the named thread using a default name.
- NamedThread(Runnable, String) - Constructor for class org.transitime.utils.threading.NamedThread
-
Creates the named thread.
- NamedThreadFactory - Class in org.transitime.utils.threading
-
A thread factory that names the threads.
- NamedThreadFactory(String) - Constructor for class org.transitime.utils.threading.NamedThreadFactory
-
- nearEndOfBlock(SpatialMatch, double) - Method in class org.transitime.db.structs.Block
-
Returns true if on last trip of block and within the specified distance
of the end of that last trip.
- newRow() - Method in class org.transitime.reports.ChartJsonBuilder
-
For adding a new row of data.
- newThread(Runnable) - Method in class org.transitime.utils.threading.NamedThreadFactory
-
- NextBusAvlModule - Class in org.transitime.avl
-
Reads AVL data from a NextBus AVL feed and processes each AVL report.
- NextBusAvlModule(String) - Constructor for class org.transitime.avl.NextBusAvlModule
-
Constructor
- NextBusPredictionAccuracyModule - Class in org.transitime.core.predAccuracy
-
Reads in external prediction data a NextBus feed and stores the data in
memory.
- NextBusPredictionAccuracyModule(String) - Constructor for class org.transitime.core.predAccuracy.NextBusPredictionAccuracyModule
-
- NmeaGpsLocation - Class in org.transitime.avl
-
For parsing a NMEA command into a GPS location.
- NO_MATCH - Static variable in class org.transitime.db.structs.VehicleEvent
-
- NO_PROGRESS - Static variable in class org.transitime.db.structs.VehicleEvent
-
- NOT_LEAVING_TERMINAL - Static variable in class org.transitime.db.structs.VehicleEvent
-
- NSEC_PER_MSEC - Static variable in class org.transitime.utils.Time
-
- nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.transitime.db.hibernate.PrecisionTimestampType
-
- nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.transitime.db.hibernate.PrecisionTimestampType
-
- numberOfBadMatches() - Method in class org.transitime.core.VehicleState
-
Returns the number of sequential bad spatial/temporal matches that
occurred while vehicle was predictable.
- numberOfStopPaths() - Method in class org.transitime.db.structs.TravelTimesForTrip
-
- numberStopsBetweenMatches(SpatialMatch, SpatialMatch) - Static method in class org.transitime.core.SpatialMatch
-
Returns the total number of stops traversed between the two
matches.
- numSegments(int, int) - Method in class org.transitime.db.structs.Block
-
Returns number of segments for the path specified
- numStopPaths(int) - Method in class org.transitime.db.structs.Block
-
Returns number of stopPaths for the trip specified.
- numTrips() - Method in class org.transitime.db.structs.Block
-
Returns the number of trips.