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 

B

badRequestException(String) - Static method in class org.transitime.api.utils.WebUtils
Convenience method for when need to throw a BAD_REQUEST exception response.
badRequestException(int, String) - Static method in class org.transitime.api.utils.WebUtils
Convenience method for when need to throw a special HTTP response exception, such as 429 which means Too Many Requests.
basicEquals(Object) - Method in class org.transitime.db.structs.StopPath
For when seeing if TripPatternBase is unique in a collection.
basicHashCode() - Method in class org.transitime.db.structs.StopPath
For when seeing if TripPatternBase is unique in a collection.
BATCH_SIZE - Static variable in class org.transitime.db.hibernate.HibernateUtils
 
BatchCsvAvlFeedModule - Class in org.transitime.avl
For reading in a batch of AVL data in CSV format and processing it.
BatchCsvAvlFeedModule(String) - Constructor for class org.transitime.avl.BatchCsvAvlFeedModule
 
BatchGtfsRealtimeModule - Class in org.transitime.avl
For reading in a batch of GTFS-realtime data and processing it.
BatchGtfsRealtimeModule(String) - Constructor for class org.transitime.avl.BatchGtfsRealtimeModule
 
beginning(double) - Method in class org.transitime.db.structs.Vector
Returns the first part of the vector that is the length specified.
bestValue - Variable in class org.transitime.statistics.ScheduleStatistics.Stats
 
betterThan(TemporalDifference) - Method in class org.transitime.core.TemporalDifference
Returns true if the temporal difference for this object is better than that for the TemporalDifference parameter other.
betterThanOrEqualTo(TemporalDifference) - Method in class org.transitime.core.TemporalDifference
Returns if the temporal difference for this object is better than or equal to that for the TemporalDifference parameter other.
biasedFilteredMean(List<Integer>, double, double) - Static method in class org.transitime.statistics.Statistics
Returns a filtered mean that is biased to be conservative.
Block - Class in org.transitime.db.structs
Represents assignment for a vehicle for a day.
Block(int, String, String, int, int, List<Trip>) - Constructor for class org.transitime.db.structs.Block
This constructor called when processing GTFS data and creating a Block to be stored in the database.
BlockAssigner - Class in org.transitime.core
Singleton class that handles block assignments from AVL feed.
BlockAssignmentMethod - Enum in org.transitime.core
Specifies the state of the block assignment for a vehicle.
BlocksInfo - Class in org.transitime.core
Contains information on Blocks as a whole, such as which blocks are currently active.
BlocksInfo() - Constructor for class org.transitime.core.BlocksInfo
 
BlocksProcessor - Class in org.transitime.gtfs
Goes through all the Trip objects and creates corresponding Block assignments that use them.
BlocksProcessor(GtfsData) - Constructor for class org.transitime.gtfs.BlocksProcessor
Member Functions
BooleanConfigValue - Class in org.transitime.config
For specifying an Boolean parameter that can be read in from xml config file.
BooleanConfigValue(String, String) - Constructor for class org.transitime.config.BooleanConfigValue
Constructor for when there is no default value.
BooleanConfigValue(String, Boolean, String) - Constructor for class org.transitime.config.BooleanConfigValue
Constructor.
BoundedExecutor - Class in org.transitime.utils.threading
An Executor but limits how many tasks can be queued.
BoundedExecutor(Executor, int) - Constructor for class org.transitime.utils.threading.BoundedExecutor
Constructs an Executor that allows Runnables to be executed using multiple threads.
BusTimeSiriAvlModule - Class in org.transitime.custom.nyc
Reads AVL data from the NYC MTA BusTime Siri AVL feed and publishes it to appropriate JMS topic so that it can be read by AVL clients.
BusTimeSiriAvlModule(String) - Constructor for class org.transitime.custom.nyc.BusTimeSiriAvlModule
Constructor
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