See: Description
Class | Description |
---|---|
ActiveRevisions |
For keeping track of current revisions.
|
Agency |
Contains data from the agency.txt GTFS file.
|
Arrival |
For persisting an Arrival time.
|
ArrivalDeparture |
For persisting an Arrival or a Departure time.
|
AvlReport |
An AvlReport is a GPS report with some additional information, such as
vehicleId.
|
Block |
Represents assignment for a vehicle for a day.
|
Calendar |
Contains data from the calendar.txt GTFS file.
|
CalendarDate |
Contains data from the calendardates.txt GTFS file.
|
ConfigRevision |
For keeping track of information having to do with a configuration revision.
|
DbTest |
For testing ability to read and write to and from the db.
|
Departure |
For persisting a Departure time.
|
Extent |
A rectangle specified by min and max latitudes and longitudes.
|
FareAttribute |
Contains data from the fareattributes.txt GTFS file.
|
FareRule |
Contains data from the fare_rules.txt GTFS file.
|
Frequency |
Contains data from the frequencies.txt GTFS file.
|
Location |
Defines a latitude longitude pair that together
specify a location.
|
Match |
For persisting the match for the vehicle.
|
MonitoringEvent |
For storing monitoring events into database.
|
Prediction |
For persisting a prediction.
|
PredictionAccuracy |
A database object for persisting information on how accurate a prediction was
compared to the actual measured arrival/departure time for the vehicle.
|
Route |
For storing in db information for a route.
|
ScheduleTime |
For keeping track of schedule times from GTFS data.
|
Stop |
For storing in db information on a stop.
|
StopPath |
A StopPath is a set of points that defines how a vehicle gets from one stop
to another.
|
Transfer |
Contains data from the transfers.txt GTFS file.
|
TravelTimesForStopPath |
Contains the expected time it takes to travel along the specified path, which
is for one stop to another.
|
TravelTimesForTrip |
Keeps track of travel times for a trip.
|
Trip |
Describes a GTFS trip but also includes travel time information.
|
TripPattern |
A trip pattern, as obtained from stop_times.txt GTFS file.
|
TripPatternKey |
This class is to be used as a key for a TripPattern map.
|
Vector |
Simple vector that contains two locations.
|
VectorWithHeading |
Inherits from Vector but automatically calculates the heading.
|
VehicleConfig |
For storing static configuration information for a vehicle.
|
VehicleEvent |
For storing events associated with vehicles into log file and into database.
|
Enum | Description |
---|---|
ArrivalDeparture.ArrivalsOrDepartures | |
AvlReport.AssignmentType | |
TravelTimesForStopPath.HowSet |
This enumeration is for keeping track of how the travel times were
determined.
|