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 |
---|---|
TravelTimesForStopPath.HowSet |
TravelTimeInfoWithHowSet.howSet()
Returns how the travel time info was obtained
|
Constructor and Description |
---|
TravelTimeInfoWithHowSet(TravelTimeInfo travelTimeInfo,
TravelTimesForStopPath.HowSet howSet) |
TravelTimeInfoWithHowSet(Trip trip,
int stopPathIndex,
int stopTime,
java.util.List<java.lang.Integer> travelTimes,
double travelTimeSegLength,
TravelTimesForStopPath.HowSet howSet)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
TravelTimesForStopPath.HowSet |
TravelTimesForStopPath.getHowSet() |
static TravelTimesForStopPath.HowSet |
TravelTimesForStopPath.HowSet.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TravelTimesForStopPath.HowSet[] |
TravelTimesForStopPath.HowSet.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TravelTimesForStopPath(int configRev,
int travelTimesRev,
java.lang.String stopPathId,
double travelTimeSegmentDistance,
java.util.List<java.lang.Integer> travelTimesMsec,
int stopTimeMsec,
int daysOfWeekOverride,
TravelTimesForStopPath.HowSet howSet,
Trip trip)
Constructs a new TravelTimesForStopPath object.
|