| 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.
|
| Constructor and Description |
|---|
ApiStop(IpcStop stop) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<IpcStop> |
IpcDirection.getStops() |
| Constructor and Description |
|---|
IpcDirection(Route dbRoute,
java.lang.String directionId,
java.util.List<IpcStop> ipcStops)
Constructor for when already have list of IpcStops.
|