Package | Description |
---|---|
org.transitime.api.data |
This package contains the classes for the objects that are serialized into
JSON or XML.
|
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 |
---|
ApiVehicleConfig(IpcVehicleConfig vehicle) |
Constructor and Description |
---|
ApiVehicleConfigs(java.util.Collection<IpcVehicleConfig> vehicles)
Constructs a ApiVehicleConfigs object using IpcVehicleConfig data
obtained via IPC.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IpcVehicleConfig> |
VehiclesInterface.getVehicleConfigs()
For getting configuration information for all vehicles.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IpcVehicleConfig> |
VehiclesServer.getVehicleConfigs() |