- validate() - Method in class org.transitime.api.utils.StandardParameters
-
Makes sure not access feed too much and that the key is valid.
- validateData() - Method in class org.transitime.db.structs.AvlReport
-
Makes sure that the members of this class all have reasonable
values.
- validateUsage(StandardParameters) - Method in class org.transitime.api.utils.UsageValidator
-
Makes sure that usage doesn't exceed limits.
- valueOf(String) - Static method in enum org.transitime.api.rootResources.TransitimeApi.UiMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.transitime.core.BlockAssignmentMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.transitime.db.structs.ArrivalDeparture.ArrivalsOrDepartures
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.transitime.db.structs.AvlReport.AssignmentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.transitime.db.structs.TravelTimesForStopPath.HowSet
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.transitime.ipc.data.IpcPrediction.ArrivalOrDeparture
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.transitime.reports.PredictionAccuracyQuery.IntervalsType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.transitime.api.rootResources.TransitimeApi.UiMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.transitime.core.BlockAssignmentMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.transitime.db.structs.ArrivalDeparture.ArrivalsOrDepartures
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.transitime.db.structs.AvlReport.AssignmentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.transitime.db.structs.TravelTimesForStopPath.HowSet
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.transitime.ipc.data.IpcPrediction.ArrivalOrDeparture
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.transitime.reports.PredictionAccuracyQuery.IntervalsType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Vector - Class in org.transitime.db.structs
-
Simple vector that contains two locations.
- Vector(Location, Location) - Constructor for class org.transitime.db.structs.Vector
-
Member Functions
- VectorWithHeading - Class in org.transitime.db.structs
-
Inherits from Vector but automatically calculates the heading.
- VectorWithHeading(Location, Location) - Constructor for class org.transitime.db.structs.VectorWithHeading
-
Construct a vector and determine its heading.
- VehicleAtStopInfo - Class in org.transitime.core
-
So that VehicleState can keep track of whether vehicle is matched to
a stop.
- VehicleAtStopInfo(Block, int, int) - Constructor for class org.transitime.core.VehicleAtStopInfo
-
- VehicleAtStopInfo(Indices) - Constructor for class org.transitime.core.VehicleAtStopInfo
-
- VehicleConfig - Class in org.transitime.db.structs
-
For storing static configuration information for a vehicle.
- VehicleConfig(String) - Constructor for class org.transitime.db.structs.VehicleConfig
-
Constructor for when new vehicle encountered and automatically adding it
to the db.
- VehicleData - Class in org.transitime.worldbank.gtfsRtExample
-
For keeping data from the database.
- VehicleData(String, String, float, float, String, String, Date, String) - Constructor for class org.transitime.worldbank.gtfsRtExample.VehicleData
-
- VehicleDataCache - Class in org.transitime.core.dataCache
-
For storing and retrieving vehicle information that can be used by clients.
- VehicleEvent - Class in org.transitime.db.structs
-
For storing events associated with vehicles into log file and into database.
- vehicleNewlyAssignedToSameBlock() - Method in class org.transitime.core.VehicleState
-
Determines if vehicle is currently getting assigned and it is getting assigned
back to the same block it was assigned to just a while ago.
- VehiclesInterface - Interface in org.transitime.ipc.interfaces
-
Defines the RMI interface used for obtaining vehicle information.
- VehiclesInterfaceFactory - Class in org.transitime.ipc.clients
-
Provides a VehiclesInterface client that can be queried for
Vehicle info.
- VehiclesInterfaceFactory() - Constructor for class org.transitime.ipc.clients.VehiclesInterfaceFactory
-
- VehiclesServer - Class in org.transitime.ipc.servers
-
Implements the VehiclesInterface interface on the server side such that a
VehiclessClient can make RMI calls in order to obtain vehicle information.
- VehicleState - Class in org.transitime.core
-
Keeps track of vehicle state including its block assignment, where it
last matched to its assignment, and AVL reports.
- VehicleState(String) - Constructor for class org.transitime.core.VehicleState
-
Member Functions
- VehicleStateManager - Class in org.transitime.core.dataCache
-
For keeping track of vehicle state.