Package | Description |
---|---|
org.transitime.api.data |
This package contains the classes for the objects that are serialized into
JSON or XML.
|
org.transitime.ipc.data |
This package contains the low-level objects that are transmitted to
the clients via RMI.
|
org.transitime.ipc.interfaces |
Contains the Interfaces for communicating data via RMI between a server
and a client.
|
org.transitime.ipc.servers |
Contains the classes for the servers, such as the core prediction system,
that provide data via RMI.
|
Constructor and Description |
---|
ApiTrip(IpcTrip ipcTrip,
boolean includeStopPaths) |
ApiTripTerse(IpcTrip ipcTrip) |
ApiTripWithTravelTimes(IpcTrip ipcTrip,
boolean includeStopPaths)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IpcTrip> |
IpcBlock.getTrips() |
Modifier and Type | Method and Description |
---|---|
IpcTrip |
ConfigInterface.getTrip(java.lang.String tripId)
Returns trip info for specified tripId.
|
Modifier and Type | Method and Description |
---|---|
IpcTrip |
ConfigServer.getTrip(java.lang.String tripId) |