Package | Description |
---|---|
org.transitime.ipc.data |
This package contains the low-level objects that are transmitted to
the clients via RMI.
|
Modifier and Type | Method and Description |
---|---|
static IpcPrediction.ArrivalOrDeparture |
IpcPrediction.ArrivalOrDeparture.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IpcPrediction.ArrivalOrDeparture[] |
IpcPrediction.ArrivalOrDeparture.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
IpcPrediction(AvlReport avlReport,
java.lang.String stopId,
int gtfsStopSeq,
Trip trip,
long predictionTime,
long actualPredictionTime,
boolean atEndOfTrip,
boolean predictionAffectedByWaitStop,
boolean isDelayed,
boolean lateAndSubsequentTripSoMarkAsUncertain,
IpcPrediction.ArrivalOrDeparture arrivalOrDeparture)
Constructs a Prediction object.
|