Package | Description |
---|---|
org.transitime.api.data |
This package contains the classes for the objects that are serialized into
JSON or XML.
|
org.transitime.db.structs |
Contains the descriptions of the classes for the objects that are read
and written to the database.
|
Constructor and Description |
---|
ApiTravelTimesForStopPath(int stopPathIndex,
TravelTimesForStopPath travelTimesForStopPath)
Constructor
|
Modifier and Type | Method and Description |
---|---|
TravelTimesForStopPath |
TravelTimesForStopPath.clone(int newTravelTimesRev)
Creates a new object.
|
TravelTimesForStopPath |
Trip.getTravelTimesForStopPath(int stopPathIndex)
Returns the travel time info for the path specified by the stopPathIndex.
|
TravelTimesForStopPath |
TravelTimesForTrip.getTravelTimesForStopPath(int index) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<TravelTimesForStopPath> |
TravelTimesForStopPath.getTravelTimes(org.hibernate.SessionFactory sessionFactory,
int configRev)
Reads in all the travel times for the specified rev
|
java.util.List<TravelTimesForStopPath> |
TravelTimesForTrip.getTravelTimesForStopPaths() |
Modifier and Type | Method and Description |
---|---|
void |
TravelTimesForTrip.add(TravelTimesForStopPath travelTimesForPath)
For when creating a new TravelTimesForTrip.
|