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 |
---|
ApiScheduleHorizStops(IpcSchedule ipcSched) |
ApiScheduleVertStops(IpcSchedule ipcSched) |
Constructor and Description |
---|
ApiSchedulesHorizStops(java.util.List<IpcSchedule> schedules) |
ApiSchedulesVertStops(java.util.List<IpcSchedule> schedules) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<IpcSchedule> |
IpcSchedule.createSchedules(Route route,
java.util.List<Block> blocksForRoute)
Creates a IpcSchedule for each service ID and each direction for the
blocks for the route.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IpcSchedule> |
ConfigInterface.getSchedules(java.lang.String routeIdOrShortName)
Returns list of IpcSchedule objects for the specified routeIdOrShortName
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IpcSchedule> |
ConfigServer.getSchedules(java.lang.String routeIdOrShortName) |