Package | Description |
---|---|
org.transitime.core.travelTimes |
Code for determining travel times based on historic AVL based data.
|
org.transitime.db.structs |
Contains the descriptions of the classes for the objects that are read
and written to the database.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<DataFetcher.DbDataMapKey,java.util.List<Match>> |
DataFetcher.getMatchesMap()
Provides the Match data in a map.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<Match> |
Match.getMatchesFromDb(java.lang.String projectId,
java.util.Date beginTime,
java.util.Date endTime,
java.lang.String sqlClause,
int firstResult,
int maxResults)
Allows batch retrieval of Match data from database.
|