| 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 |
|---|
ApiDirections(IpcDirectionsForRoute stopsForRoute) |
| Modifier and Type | Method and Description |
|---|---|
IpcDirectionsForRoute |
IpcRoute.getStops() |
| Modifier and Type | Method and Description |
|---|---|
IpcDirectionsForRoute |
ConfigInterface.getStops(java.lang.String routeIdOrShortName)
Returns stops for each direction for a route.
|
| Modifier and Type | Method and Description |
|---|---|
IpcDirectionsForRoute |
ConfigServer.getStops(java.lang.String routeIdOrShortName) |