| 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 |
|---|
ApiTripPattern(IpcTripPattern ipcTripPattern,
boolean includeStopPaths) |
| Constructor and Description |
|---|
ApiTripPatterns(java.util.Collection<IpcTripPattern> ipcTripPatterns) |
| Modifier and Type | Method and Description |
|---|---|
IpcTripPattern |
IpcTrip.getTripPattern() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IpcTripPattern> |
ConfigInterface.getTripPatterns(java.lang.String routeIdOrShortName)
Returns trip patterns for specified routeIdOrShortName.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IpcTripPattern> |
ConfigServer.getTripPatterns(java.lang.String routeIdOrShortName) |