Serialized Form
Package org.asteriskjava.fastagi |
Class org.asteriskjava.fastagi.AgiException extends Exception implements Serializable |
serialVersionUID: 1215836054948768757L
Class org.asteriskjava.fastagi.AgiHangupException extends org.asteriskjava.fastagi.AgiException implements Serializable |
serialVersionUID: 3256444698691252274L
Class org.asteriskjava.fastagi.AgiNetworkException extends org.asteriskjava.fastagi.AgiException implements Serializable |
serialVersionUID: 3256445789629723703L
Class org.asteriskjava.fastagi.AgiSpeechException extends org.asteriskjava.fastagi.AgiException implements Serializable |
serialVersionUID: 0L
Class org.asteriskjava.fastagi.InvalidCommandSyntaxException extends org.asteriskjava.fastagi.AgiException implements Serializable |
serialVersionUID: 3257002168165807929L
synopsis
String synopsis
usage
String usage
Class org.asteriskjava.fastagi.InvalidOrUnknownCommandException extends org.asteriskjava.fastagi.AgiException implements Serializable |
serialVersionUID: 3257002168165807929L
Class org.asteriskjava.fastagi.SpeechRecognitionResult extends Object implements Serializable |
serialVersionUID: 0L
agiReply
org.asteriskjava.fastagi.reply.AgiReply agiReply
Class org.asteriskjava.fastagi.SpeechRecognitionResult.SpeechResult extends Object implements Serializable |
serialVersionUID: 0L
score
int score
text
String text
grammar
String grammar
Package org.asteriskjava.fastagi.command |
Class org.asteriskjava.fastagi.command.AbstractAgiCommand extends Object implements Serializable |
serialVersionUID: 3257849874518456633L
serialVersionUID: 1L
_parameters
Map<K,V> _parameters
_statusCode
int _statusCode
_result
int _result
serialVersionUID: 1L
_parameters
Map<K,V> _parameters
Class org.asteriskjava.fastagi.command.AnswerCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3762248656229053753L
Class org.asteriskjava.fastagi.command.AsyncAgiBreakCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 1L
Class org.asteriskjava.fastagi.command.ChannelStatusCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3904959746380281145L
channel
String channel
Class org.asteriskjava.fastagi.command.ControlStreamFileCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3978141041352128820L
file
String file
escapeDigits
String escapeDigits
offset
int offset
forwardDigit
String forwardDigit
rewindDigit
String rewindDigit
pauseDigit
String pauseDigit
Class org.asteriskjava.fastagi.command.DatabaseDelCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3256719598056387384L
family
String family
keyTree
String keyTree
Class org.asteriskjava.fastagi.command.DatabaseDelTreeCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3256719598056387384L
family
String family
keyTree
String keyTree
Class org.asteriskjava.fastagi.command.DatabaseGetCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3256719598056387384L
family
String family
key
String key
Class org.asteriskjava.fastagi.command.DatabasePutCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3256719598056387384L
family
String family
key
String key
value
String value
Class org.asteriskjava.fastagi.command.ExecCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3904959746380281145L
application
String application
options
String options
Class org.asteriskjava.fastagi.command.GetDataCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3978141041352128820L
file
String file
timeout
long timeout
maxDigits
int maxDigits
Class org.asteriskjava.fastagi.command.GetFullVariableCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3256719598056387384L
variable
String variable
channel
String channel
Class org.asteriskjava.fastagi.command.GetOptionCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3978141041352128820L
file
String file
escapeDigits
String escapeDigits
timeout
long timeout
Class org.asteriskjava.fastagi.command.GetVariableCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3256719598056387384L
variable
String variable
Class org.asteriskjava.fastagi.command.HangupCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3904959746380281145L
channel
String channel
Class org.asteriskjava.fastagi.command.NoopCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3762248656229053753L
Class org.asteriskjava.fastagi.command.ReceiveCharCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3256719598056387384L
timeout
int timeout
Class org.asteriskjava.fastagi.command.ReceiveTextCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3256719598056387384L
timeout
int timeout
Class org.asteriskjava.fastagi.command.RecordFileCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3978141041352128820L
file
String file
format
String format
escapeDigits
String escapeDigits
timeout
int timeout
offset
int offset
beep
boolean beep
maxSilence
int maxSilence
Class org.asteriskjava.fastagi.command.SayAlphaCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3256721797012404276L
text
String text
escapeDigits
String escapeDigits
Class org.asteriskjava.fastagi.command.SayDateTimeCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: -976344744239948036L
time
long time
escapeDigits
String escapeDigits
format
String format
timezone
String timezone
Class org.asteriskjava.fastagi.command.SayDigitsCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3907207173934101552L
digits
String digits
escapeDigits
String escapeDigits
Class org.asteriskjava.fastagi.command.SayNumberCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3833744404153644087L
number
String number
escapeDigits
String escapeDigits
Class org.asteriskjava.fastagi.command.SayPhoneticCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3256721797012404276L
text
String text
escapeDigits
String escapeDigits
Class org.asteriskjava.fastagi.command.SayTimeCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3256721797012404276L
time
long time
escapeDigits
String escapeDigits
Class org.asteriskjava.fastagi.command.SendImageCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3904959746380281145L
image
String image
Class org.asteriskjava.fastagi.command.SendTextCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3904959746380281145L
text
String text
Class org.asteriskjava.fastagi.command.SetAutoHangupCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3257562923458443314L
time
int time
Class org.asteriskjava.fastagi.command.SetCallerIdCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3256721797012404276L
callerId
String callerId
Class org.asteriskjava.fastagi.command.SetContextCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3256719598056387384L
context
String context
Class org.asteriskjava.fastagi.command.SetExtensionCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3256719598056387384L
extension
String extension
Class org.asteriskjava.fastagi.command.SetMusicOffCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3762248656229053753L
Class org.asteriskjava.fastagi.command.SetMusicOnCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3762248656229053753L
musicOnHoldClass
String musicOnHoldClass
Class org.asteriskjava.fastagi.command.SetPriorityCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3256719598056387384L
priority
String priority
Class org.asteriskjava.fastagi.command.SetVariableCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3256719598056387384L
variable
String variable
value
String value
Class org.asteriskjava.fastagi.command.SpeechActivateGrammarCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 1L
name
String name
Class org.asteriskjava.fastagi.command.SpeechCreateCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 1L
engine
String engine
Class org.asteriskjava.fastagi.command.SpeechDeactivateGrammarCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 1L
name
String name
Class org.asteriskjava.fastagi.command.SpeechDestroyCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 1L
Class org.asteriskjava.fastagi.command.SpeechLoadGrammarCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 1L
name
String name
path
String path
Class org.asteriskjava.fastagi.command.SpeechRecognizeCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 1L
prompt
String prompt
timeout
int timeout
offset
int offset
Class org.asteriskjava.fastagi.command.SpeechSetCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 1L
name
String name
value
String value
Class org.asteriskjava.fastagi.command.SpeechUnloadGrammarCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 1L
name
String name
Class org.asteriskjava.fastagi.command.StreamFileCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3978141041352128820L
file
String file
escapeDigits
String escapeDigits
offset
int offset
Class org.asteriskjava.fastagi.command.TddModeCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3258411746401268532L
mode
String mode
Class org.asteriskjava.fastagi.command.VerboseCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3256719598056387384L
message
String message
level
int level
Class org.asteriskjava.fastagi.command.WaitForDigitCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable |
serialVersionUID: 3257562923458443314L
timeout
long timeout
Package org.asteriskjava.fastagi.internal |
Class org.asteriskjava.fastagi.internal.AgiReplyImpl extends Object implements Serializable |
serialVersionUID: 3256727294671337012L
lines
List<E> lines
firstLine
String firstLine
result
String result
status
Integer status
attributes
Map<K,V> attributes
extra
String extra
synopsis
String synopsis
usage
String usage
extraCreated
boolean extraCreated
Package org.asteriskjava.util.internal |
Class org.asteriskjava.util.internal.Log4JLogger extends Object implements Serializable |
serialVersionUID: 3545240215095883829L
name
String name
Class org.asteriskjava.util.internal.Slf4JLogger extends Object implements Serializable |
serialVersionUID: 0L
clazz
Class<T> clazz
Package org.onebusaway.api.actions |
serialVersionUID: 1L
serialVersionUID: 1L
Package org.onebusaway.api.actions.api |
serialVersionUID: 1L
_alarmService
AlarmService _alarmService
_id
String _id
serialVersionUID: 1L
_defaultVersion
int _defaultVersion
_response
ResponseBean _response
_version
int _version
_key
String _key
_includeReferences
boolean _includeReferences
serialVersionUID: 1L
_keyService
ApiKeyPermissionService _keyService
_handlerSelector
org.apache.struts2.rest.ContentTypeHandlerManager _handlerSelector
serialVersionUID: 1L
_handlerSelector
org.apache.struts2.rest.ContentTypeHandlerManager _handlerSelector
Package org.onebusaway.api.actions.api.datacollection |
serialVersionUID: 1L
_data
DataCollectionService _data
serialVersionUID: 1L
_data
DataCollectionService _data
_id
String _id
_file
File _file
Package org.onebusaway.api.actions.api.where |
serialVersionUID: 1L
_maxCount
MaxCountSupport _maxCount
_service
TransitDataService _service
serialVersionUID: 1L
_service
TransitDataService _service
_id
String _id
serialVersionUID: 1L
_service
TransitDataService _service
_query
ArrivalAndDepartureForStopQueryBean _query
serialVersionUID: 1L
_service
TransitDataService _service
_id
String _id
_query
ArrivalsAndDeparturesQueryBean _query
serialVersionUID: 1L
_service
TransitDataService _service
_id
String _id
serialVersionUID: 1L
_service
TransitDataService _service
_id
String _id
_serviceDate
long _serviceDate
serialVersionUID: 1L
_service
TransitDataService _service
_alarmService
AlarmService _alarmService
_id
String _id
serialVersionUID: 1L
_service
TransitDataService _service
_alarmService
AlarmService _alarmService
_ids
List<E> _ids
serialVersionUID: 1L
serialVersionUID: 1L
_service
TransitDataService _service
_query
CurrentVehicleEstimateQueryBean _query
_data
String _data
serialVersionUID: 1L
_transitDataService
TransitDataService _transitDataService
_lat
double _lat
_lon
double _lon
_time
long _time
_constraints
TransitShedConstraintsBean _constraints
serialVersionUID: 1L
_transitDataService
TransitDataService _transitDataService
_from
TransitLocationBean _from
_to
TransitLocationBean _to
_time
long _time
_includeSelectedItinerary
String _includeSelectedItinerary
_constraints
ConstraintsBean _constraints
serialVersionUID: 1L
_service
TransitDataService _service
_alarmService
AlarmService _alarmService
_query
ArrivalAndDepartureForStopQueryBean _query
_alarm
RegisterAlarmQueryBean _alarm
_data
String _data
serialVersionUID: 1L
_transitDataService
TransitDataService _transitDataService
_from
TransitLocationBean _from
_to
TransitLocationBean _to
_time
long _time
_includeSelectedItinerary
String _includeSelectedItinerary
_constraints
ConstraintsBean _constraints
_problemReport
PlannedTripProblemReportBean _problemReport
serialVersionUID: 1L
_service
TransitDataService _service
_model
StopProblemReportBean _model
serialVersionUID: 1L
_service
TransitDataService _service
_model
TripProblemReportBean _model
serialVersionUID: 1L
_service
TransitDataService _service
_id
String _id
serialVersionUID: 1L
_service
TransitDataService _service
_id
String _id
serialVersionUID: 1L
_service
TransitDataService _service
_id
String _id
serialVersionUID: 1L
_service
TransitDataService _service
_lat
double _lat
_lon
double _lon
_radius
double _radius
_latSpan
double _latSpan
_lonSpan
double _lonSpan
_query
String _query
_maxCount
MaxCountSupport _maxCount
serialVersionUID: 1L
_service
TransitDataService _service
_id
String _id
_date
Date _date
serialVersionUID: 1L
_service
TransitDataService _service
_id
String _id
serialVersionUID: 1L
_service
TransitDataService _service
_id
String _id
serialVersionUID: 1L
_service
TransitDataService _service
_id
String _id
serialVersionUID: 1L
_service
TransitDataService _service
_id
String _id
serialVersionUID: 1L
_service
TransitDataService _service
_id
String _id
serialVersionUID: 1L
_service
TransitDataService _service
_lat
double _lat
_lon
double _lon
_radius
double _radius
_latSpan
double _latSpan
_lonSpan
double _lonSpan
_maxCount
MaxCountSupport _maxCount
_query
String _query
serialVersionUID: 1L
_service
TransitDataService _service
_id
String _id
_includePolylines
boolean _includePolylines
serialVersionUID: 1L
_transitDataService
TransitDataService _transitDataService
_latFrom
double _latFrom
_lonFrom
double _lonFrom
_latTo
double _latTo
_lonTo
double _lonTo
serialVersionUID: 1L
_service
TransitDataService _service
_id
String _id
serialVersionUID: 1L
_service
TransitDataService _service
_id
String _id
_serviceDate
Date _serviceDate
_time
Date _time
_vehicleId
String _vehicleId
_includeTrip
boolean _includeTrip
_includeSchedule
boolean _includeSchedule
_includeStatus
boolean _includeStatus
serialVersionUID: 1L
_service
TransitDataService _service
_id
String _id
_time
Date _time
_includeTrip
boolean _includeTrip
_includeSchedule
boolean _includeSchedule
_includeStatus
boolean _includeStatus
serialVersionUID: 1L
_service
TransitDataService _service
_id
String _id
_time
Date _time
_maxCount
MaxCountSupport _maxCount
_includeTrip
boolean _includeTrip
_includeStatus
boolean _includeStatus
_includeSchedule
boolean _includeSchedule
serialVersionUID: 1L
_service
TransitDataService _service
_searchBoundsFactory
SearchBoundsFactory _searchBoundsFactory
_time
long _time
_maxCount
MaxCountSupport _maxCount
_includeTrip
boolean _includeTrip
_includeStatus
boolean _includeStatus
_includeSchedule
boolean _includeSchedule
serialVersionUID: 1L
_service
TransitDataService _service
_id
String _id
_time
long _time
_maxCount
MaxCountSupport _maxCount
_includeTrip
boolean _includeTrip
_includeStatus
boolean _includeStatus
_includeSchedule
boolean _includeSchedule
serialVersionUID: 1L
_service
TransitDataService _service
_id
String _id
_time
long _time
serialVersionUID: 1L
_service
TransitDataService _service
_id
String _id
_time
long _time
serialVersionUID: 1L
_service
TransitDataService _service
_query
VehicleLocationRecordQueryBean _query
_vehicleId
String _vehicleId
serialVersionUID: 1L
_service
TransitDataService _service
_id
String _id
_time
long _time
Package org.onebusaway.api.actions.siri |
serialVersionUID: 1L
_response
Object _response
_request
javax.servlet.http.HttpServletRequest _request
_transitDataService
TransitDataService _transitDataService
_time
Date _time
serialVersionUID: 1L
_response
Object _response
_request
javax.servlet.http.HttpServletRequest _request
_transitDataService
TransitDataService _transitDataService
_time
Date _time
Package org.onebusaway.api.impl |
serialVersionUID: 1L
Package org.onebusaway.api.model |
serialVersionUID: 1L
version
int version
code
int code
currentTime
long currentTime
text
String text
data
Object data
serialVersionUID: 1L
time
long time
readableTime
String readableTime
Package org.onebusaway.api.model.transit |
serialVersionUID: 1L
id
String id
name
String name
url
String url
timezone
String timezone
lang
String lang
phone
String phone
disclaimer
String disclaimer
privateService
boolean privateService
serialVersionUID: 1L
agencyId
String agencyId
lat
double lat
lon
double lon
latSpan
double latSpan
lonSpan
double lonSpan
serialVersionUID: 2L
routeId
String routeId
tripId
String tripId
serviceDate
long serviceDate
vehicleId
String vehicleId
stopId
String stopId
stopSequence
int stopSequence
blockTripSequence
int blockTripSequence
routeShortName
String routeShortName
routeLongName
String routeLongName
tripHeadsign
String tripHeadsign
departureEnabled
boolean departureEnabled
scheduledDepartureTime
long scheduledDepartureTime
scheduledDepartureInterval
TimeIntervalV2 scheduledDepartureInterval
predictedDepartureTime
long predictedDepartureTime
predictedDepartureInterval
TimeIntervalV2 predictedDepartureInterval
arrivalEnabled
boolean arrivalEnabled
scheduledArrivalTime
long scheduledArrivalTime
scheduledArrivalInterval
TimeIntervalV2 scheduledArrivalInterval
frequency
FrequencyV2Bean frequency
status
String status
predicted
boolean predicted
lastUpdateTime
Long lastUpdateTime
predictedArrivalTime
long predictedArrivalTime
predictedArrivalInterval
TimeIntervalV2 predictedArrivalInterval
distanceFromStop
double distanceFromStop
numberOfStopsAway
int numberOfStopsAway
tripStatus
TripStatusV2Bean tripStatus
situationIds
List<E> situationIds
serialVersionUID: 1L
references
ReferencesBean references
entry
Object entry
serialVersionUID: 1L
startTime
long startTime
endTime
long endTime
headway
int headway
serialVersionUID: 1L
outOfRange
boolean outOfRange
serialVersionUID: 1L
references
ReferencesBean references
list
List<E> list
limitExceeded
boolean limitExceeded
serialVersionUID: 2L
id
String id
shortName
String shortName
longName
String longName
description
String description
type
int type
url
String url
color
String color
textColor
String textColor
agencyId
String agencyId
serialVersionUID: 1L
serviceDate
long serviceDate
startTime
long startTime
endTime
long endTime
headway
int headway
serviceId
String serviceId
tripId
String tripId
stopHeadsign
String stopHeadsign
arrivalEnabled
boolean arrivalEnabled
departureEnabled
boolean departureEnabled
serialVersionUID: 1L
arrivalEnabled
boolean arrivalEnabled
arrivalTime
long arrivalTime
departureEnabled
boolean departureEnabled
departureTime
long departureTime
serviceId
String serviceId
tripId
String tripId
stopHeadsign
String stopHeadsign
serialVersionUID: 1L
date
long date
group
int group
serialVersionUID: 1L
stopId
String stopId
timeZone
String timeZone
stopCalendarDays
List<E> stopCalendarDays
serialVersionUID: 1L
tripHeadsign
String tripHeadsign
scheduleStopTimes
List<E> scheduleStopTimes
scheduleFrequencies
List<E> scheduleFrequencies
serialVersionUID: 1L
routeId
String routeId
stopRouteDirectionSchedules
List<E> stopRouteDirectionSchedules
serialVersionUID: 1L
date
long date
stopId
String stopId
stopRouteSchedules
List<E> stopRouteSchedules
serialVersionUID: 2L
routeId
String routeId
stopIds
List<E> stopIds
stopGroupings
List<E> stopGroupings
polylines
List<E> polylines
serialVersionUID: 2L
id
String id
lat
double lat
lon
double lon
direction
String direction
name
String name
code
String code
locationType
int locationType
wheelchairBoarding
EAccessibility wheelchairBoarding
routeIds
List<E> routeIds
serialVersionUID: 1L
stopId
String stopId
arrivalsAndDepartures
List<E> arrivalsAndDepartures
nearbyStopIds
List<E> nearbyStopIds
situationIds
List<E> situationIds
serialVersionUID: 1L
from
long from
to
long to
serialVersionUID: 1L
tripId
String tripId
serviceDate
long serviceDate
frequency
FrequencyV2Bean frequency
status
TripStatusV2Bean status
schedule
TripStopTimesV2Bean schedule
situationIds
List<E> situationIds
serialVersionUID: 2L
activeTripId
String activeTripId
- These are fields that we can supply from schedule data
blockTripSequence
int blockTripSequence
serviceDate
long serviceDate
frequency
FrequencyV2Bean frequency
scheduledDistanceAlongTrip
Double scheduledDistanceAlongTrip
totalDistanceAlongTrip
Double totalDistanceAlongTrip
position
CoordinatePoint position
- These are fields that we can supply from schedule data, but also update
from real-time data when available
orientation
Double orientation
closestStop
String closestStop
closestStopTimeOffset
int closestStopTimeOffset
nextStop
String nextStop
nextStopTimeOffset
int nextStopTimeOffset
phase
String phase
status
String status
predicted
boolean predicted
- These are fields that we can supply only from real-time data
lastUpdateTime
Long lastUpdateTime
lastLocationUpdateTime
Long lastLocationUpdateTime
lastKnownDistanceAlongTrip
Double lastKnownDistanceAlongTrip
lastKnownLocation
CoordinatePoint lastKnownLocation
lastKnownOrientation
Double lastKnownOrientation
scheduleDeviation
Integer scheduleDeviation
distanceAlongTrip
Double distanceAlongTrip
vehicleId
String vehicleId
situationIds
List<E> situationIds
serialVersionUID: 1L
timeZone
String timeZone
stopTimes
List<E> stopTimes
previousTripId
String previousTripId
nextTripId
String nextTripId
frequency
FrequencyV2Bean frequency
serialVersionUID: 1L
arrivalTime
int arrivalTime
departureTime
int departureTime
stopId
String stopId
stopHeadsign
String stopHeadsign
distanceAlongTrip
double distanceAlongTrip
serialVersionUID: 2L
id
String id
routeId
String routeId
routeShortName
String routeShortName
tripShortName
String tripShortName
tripHeadsign
String tripHeadsign
serviceId
String serviceId
shapeId
String shapeId
timeZone
String timeZone
directionId
String directionId
blockId
String blockId
serialVersionUID: 1L
serviceDate
long serviceDate
blockId
String blockId
tripId
String tripId
vehicleId
String vehicleId
timeOfRecord
long timeOfRecord
timeOfLocationUpdate
long timeOfLocationUpdate
scheduleDeviation
Double scheduleDeviation
- schedule deviation, in seconds, (+deviation is late, -deviation is early)
distanceAlongBlock
Double distanceAlongBlock
currentLocation
CoordinatePoint currentLocation
currentOrientation
Double currentOrientation
- In degrees, 0º is East, 90º is North, 180º is West, and 270º is South
phase
String phase
status
String status
serialVersionUID: 1L
vehicleId
String vehicleId
phase
String phase
status
String status
lastUpdateTime
long lastUpdateTime
lastLocationUpdateTime
Long lastLocationUpdateTime
location
CoordinatePoint location
tripId
String tripId
tripStatus
TripStatusV2Bean tripStatus
Package org.onebusaway.api.model.transit.blocks |
serialVersionUID: 1L
activeServiceIds
List<E> activeServiceIds
inactiveServiceIds
List<E> inactiveServiceIds
trips
List<E> trips
Package org.onebusaway.api.model.transit.realtime |
serialVersionUID: 1L
probability
double probability
tripStatus
TripStatusV2Bean tripStatus
debug
String debug
Package org.onebusaway.api.model.transit.service_alerts |
serialVersionUID: 1L
value
String value
lang
String lang
serialVersionUID: 1L
agencyId
String agencyId
serialVersionUID: 1L
apiKey
String apiKey
serialVersionUID: 1L
stopId
String stopId
serialVersionUID: 1L
stopId
String stopId
serialVersionUID: 1L
lineId
String lineId
- A Line in SIRI/TransModel speak is equivalent to a Route Collection in OBA
directionId
String directionId
calls
List<E> calls
tripIds
List<E> tripIds
serialVersionUID: 1L
agencyId
String agencyId
routeId
String routeId
directionId
String directionId
tripId
String tripId
stopId
String stopId
applicationId
String applicationId
serialVersionUID: 1L
diversionPath
EncodedPolylineBean diversionPath
diversionStopIds
List<E> diversionStopIds
serialVersionUID: 1L
condition
String condition
conditionDetails
SituationConditionDetailsV2Bean conditionDetails
serialVersionUID: 1L
id
String id
creationTime
long creationTime
activeWindows
List<E> activeWindows
publicationWindows
List<E> publicationWindows
reason
String reason
summary
NaturalLanguageStringV2Bean summary
description
NaturalLanguageStringV2Bean description
url
NaturalLanguageStringV2Bean url
allAffects
List<E> allAffects
consequences
List<E> consequences
severity
String severity
serialVersionUID: 1L
from
long from
to
long to
Package org.onebusaway.api.model.transit.tripplanning |
serialVersionUID: 1L
fromId
String fromId
toId
String toId
name
String name
path
String path
tags
Map<K,V> tags
serialVersionUID: 1L
name
String name
location
CoordinatePoint location
stopId
String stopId
serialVersionUID: 1L
stopId
String stopId
location
CoordinatePoint location
travelTime
long travelTime
serialVersionUID: 1L
streetName
String streetName
path
String path
distance
double distance
serialVersionUID: 1L
tripId
String tripId
serviceDate
long serviceDate
vehicleId
String vehicleId
frequency
FrequencyV2Bean frequency
fromStopId
String fromStopId
fromStopSequence
Integer fromStopSequence
toStopId
String toStopId
toStopSequence
Integer toStopSequence
routeShortName
String routeShortName
routeLongName
String routeLongName
tripHeadsign
String tripHeadsign
path
String path
scheduledDepartureTime
long scheduledDepartureTime
scheduledDepartureInterval
TimeIntervalV2 scheduledDepartureInterval
predictedDepartureTime
long predictedDepartureTime
predictedDepartureInterval
TimeIntervalV2 predictedDepartureInterval
scheduledArrivalTime
long scheduledArrivalTime
scheduledArrivalInterval
TimeIntervalV2 scheduledArrivalInterval
predictedArrivalTime
long predictedArrivalTime
predictedArrivalInterval
TimeIntervalV2 predictedArrivalInterval
situationIds
List<E> situationIds
serialVersionUID: 1L
id
String id
location
CoordinatePoint location
tags
Map<K,V> tags
Package org.onebusaway.api.model.where |
serialVersionUID: 1L
routeId
String routeId
routeShortName
String routeShortName
tripId
String tripId
tripHeadsign
String tripHeadsign
stopId
String stopId
predictedArrivalTime
long predictedArrivalTime
scheduledArrivalTime
long scheduledArrivalTime
predictedDepartureTime
long predictedDepartureTime
scheduledDepartureTime
long scheduledDepartureTime
status
String status
serialVersionUID: 1L
stop
StopBean stop
arrivalsAndDepartures
List<E> arrivalsAndDepartures
nearbyStops
List<E> nearbyStops
Package org.onebusaway.container.cache |
serialVersionUID: 1L
key
Serializable key
cacheRefreshIndicated
boolean cacheRefreshIndicated
serialVersionUID: 1L
_keyFactories
CacheableObjectKeyFactory[] _keyFactories
serialVersionUID: 1L
_cacheRefreshCheck
boolean _cacheRefreshCheck
serialVersionUID: 1L
_expression
org.onebusaway.collections.PropertyPathExpression _expression
_objectKeyFactory
CacheableObjectKeyFactory _objectKeyFactory
Package org.onebusaway.container.model |
serialVersionUID: 1L
Package org.onebusaway.exceptions |
serialVersionUID: 1L
serialVersionUID: 1L
_fieldName
String _fieldName
_errorMessage
String _errorMessage
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
_agencyId
String _agencyId
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
_stopId
String _stopId
serialVersionUID: 1L
_tripId
String _tripId
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
Package org.onebusaway.federations |
serialVersionUID: 1L
serviceUrl
String serviceUrl
serviceClass
String serviceClass
properties
Map<K,V> properties
enabled
boolean enabled
Package org.onebusaway.geocoder.impl |
serialVersionUID: 1L
Package org.onebusaway.geocoder.model |
serialVersionUID: 1L
latitude
double latitude
longitude
double longitude
address
String address
city
String city
administrativeArea
String administrativeArea
postalCode
String postalCode
country
String country
serialVersionUID: 1L
results
List<E> results
Package org.onebusaway.geospatial.model |
serialVersionUID: 1L
_empty
boolean _empty
_minLat
double _minLat
_minLon
double _minLon
_maxLat
double _maxLat
_maxLon
double _maxLon
serialVersionUID: 1L
lat
double lat
lon
double lon
serialVersionUID: 1L
_outerRing
EncodedPolylineBean _outerRing
_innerRings
List<E> _innerRings
serialVersionUID: 1L
points
String points
levels
String levels
length
int length
serialVersionUID: 1L
x
double x
y
double y
Package org.onebusaway.geospatial.services |
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
_spec
String[] _spec
serialVersionUID: 1L
_zone
int _zone
Package org.onebusaway.gtfs.impl |
Class org.onebusaway.gtfs.impl.MultipleCalendarsForServiceIdException extends org.onebusaway.csv_entities.exceptions.CsvEntityException implements Serializable |
serialVersionUID: 1L
Package org.onebusaway.phone.actions |
serialVersionUID: 1L
_transitDataService
TransitDataService _transitDataService
_currentUserService
CurrentUserService _currentUserService
_currentUser
UserBean _currentUser
_serviceAreaService
ServiceAreaService _serviceAreaService
_userInteractionLoggingService
UserInteractionLoggingService _userInteractionLoggingService
serialVersionUID: 1L
serialVersionUID: 1L
_currentUserService
CurrentUserService _currentUserService
serialVersionUID: 1L
_currentUserService
CurrentUserService _currentUserService
serialVersionUID: 1L
_code
String _code
_currentUserService
CurrentUserService _currentUserService
serialVersionUID: 1L
_currentUserService
CurrentUserService _currentUserService
Package org.onebusaway.phone.actions.bookmarks |
serialVersionUID: 1L
_stops
List<E> _stops
_bookmarkPresentationService
BookmarkPresentationService _bookmarkPresentationService
serialVersionUID: 1L
_index
int _index
serialVersionUID: 1L
_bookmarkPresentationService
BookmarkPresentationService _bookmarkPresentationService
_bookmarks
List<E> _bookmarks
Package org.onebusaway.phone.actions.search |
serialVersionUID: 1L
serialVersionUID: 1L
_stopSelectionService
StopSelectionService _stopSelectionService
_navigation
NavigationBean _navigation
_index
int _index
_stop
StopBean _stop
serialVersionUID: 1L
_navigation
NavigationBean _navigation
_index
int _index
serialVersionUID: 1L
_route
RouteBean _route
_stopsForRoute
StopsForRouteBean _stopsForRoute
_selectionIndices
List<E> _selectionIndices
_currentIndex
int _currentIndex
_selection
StopSelectionBean _selection
_names
List<E> _names
serialVersionUID: 1L
_routeName
String _routeName
_route
RouteBean _route
_routes
List<E> _routes
serialVersionUID: 1L
_stop
StopBean _stop
serialVersionUID: 1L
_stopSelectionService
StopSelectionService _stopSelectionService
_route
RouteBean _route
_navigation
NavigationBean _navigation
_stop
StopBean _stop
Package org.onebusaway.phone.actions.settings |
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
_service
SetUserDefaultSearchFromGeocoderService _service
_location
String _location
_records
List<E> _records
serialVersionUID: 1L
_currentUserService
CurrentUserService _currentUserService
_enabled
boolean _enabled
Package org.onebusaway.phone.actions.stops |
serialVersionUID: 1L
_route
String _route
_model
PhoneArrivalsAndDeparturesModel _model
serialVersionUID: 1L
_model
PhoneArrivalsAndDeparturesModel _model
serialVersionUID: 1L
serialVersionUID: 1L
_stopIds
List<E> _stopIds
serialVersionUID: 1L
_stopCode
String _stopCode
_stopIds
List<E> _stopIds
_stops
List<E> _stops
Package org.onebusaway.phone.impl |
serialVersionUID: 1L
serialVersionUID: 1L
_message
String _message
_nextAction
String _nextAction
Package org.onebusaway.presentation.impl |
serialVersionUID: 1L
_session
Map<K,V> _session
serialVersionUID: 1L
_target
String _target
_source
String _source
serialVersionUID: 1L
Package org.onebusaway.presentation.impl.configuration |
serialVersionUID: 1L
_configurationService
ConfigurationService _configurationService
_forceRefresh
boolean _forceRefresh
_model
Map<K,V> _model
serialVersionUID: 1L
_configurationService
ConfigurationService _configurationService
Package org.onebusaway.presentation.impl.resources |
serialVersionUID: 1L
_factory
ClientBundleFactory _factory
serialVersionUID: 1L
_resourceService
ResourceService _resourceService
_id
String _id
_resource
Resource _resource
serialVersionUID: 1L
_factory
ClientBundleFactory _factory
_id
String _id
_contentType
String _contentType
_inputStream
InputStream _inputStream
Package org.onebusaway.presentation.impl.users |
serialVersionUID: 1L
_currentUserService
CurrentUserService _currentUserService
serialVersionUID: 1L
_initialSetupService
InitialSetupService _initialSetupService
serialVersionUID: 1L
_indexedUserDetailsService
IndexedUserDetailsService _indexedUserDetailsService
_phoneNumberParameterName
String _phoneNumberParameterName
serialVersionUID: 1L
Package org.onebusaway.presentation.model |
serialVersionUID: 1L
id
int id
name
String name
stops
List<E> stops
routes
List<E> routes
serialVersionUID: 1L
_selected
List<E> _selected
_names
Map<K,V> _names
_stops
List<E> _stops
serialVersionUID: 1L
_stop
StopBean _stop
_branches
Map<K,V> _branches
Package org.onebusaway.presentation.services.cachecontrol |
serialVersionUID: 1L
Package org.onebusaway.presentation.tags |
serialVersionUID: 1L
_format
String _format
_dateStyle
String _dateStyle
_timeStyle
String _timeStyle
_value
String _value
_timeZone
String _timeZone
serialVersionUID: 1L
_value
String _value
serialVersionUID: 1L
_value
String _value
_escapeJavaScript
boolean _escapeJavaScript
_ignoreHierarchy
boolean _ignoreHierarchy
_excludeNullProperties
boolean _excludeNullProperties
serialVersionUID: 1L
_key
String _key
serialVersionUID: 1L
_value
String _value
serialVersionUID: 1L
_value
String _value
serialVersionUID: 1L
_id
String _id
serialVersionUID: 1L
_value
String _value
serialVersionUID: 1L
_value
String _value
serialVersionUID: 1L
_value
String _value
Package org.onebusaway.quickstart.bootstrap.gui |
serialVersionUID: 1L
_model
GuiQuickstartDataModel _model
gtfsPathTextField
JCustomTextField gtfsPathTextField
serialVersionUID: 1L
model
GuiQuickstartDataModel model
tripUpdatesUrlTextField
JCustomTextField tripUpdatesUrlTextField
vehiclePositionsUrlTextField
JCustomTextField vehiclePositionsUrlTextField
alertsUrlTextField
JCustomTextField alertsUrlTextField
serialVersionUID: 1L
contentPanel
JPanel contentPanel
_consoleTextPane
JTextPane _consoleTextPane
serialVersionUID: 1L
model
GuiQuickstartDataModel model
buildOnlyRadioButton
JRadioButton buildOnlyRadioButton
runOnlyRadioButton
JRadioButton runOnlyRadioButton
buildAndRunRadioButton
JRadioButton buildAndRunRadioButton
serialVersionUID: 1L
serialVersionUID: 1L
model
GuiQuickstartDataModel model
transitDataBundlePathTextField
JCustomTextField transitDataBundlePathTextField
serialVersionUID: 1L
Package org.onebusaway.quickstart.bootstrap.gui.widgets |
serialVersionUID: 1L
_handler
org.onebusaway.quickstart.bootstrap.gui.widgets.JCustomTextField.DocumentChangeHandler _handler
Package org.onebusaway.quickstart.bootstrap.gui.wizard |
serialVersionUID: 1L
wizardController
WizardController wizardController
contentPanel
JPanel contentPanel
nextButton
JButton nextButton
backButton
JButton backButton
Package org.onebusaway.realtime.api |
serialVersionUID: 1L
timepointId
org.onebusaway.gtfs.model.AgencyAndId timepointId
timepointScheduledTime
long timepointScheduledTime
timepointPredictedTime
long timepointPredictedTime
serialVersionUID: 1L
serviceDate
long serviceDate
blockId
org.onebusaway.gtfs.model.AgencyAndId blockId
tripId
org.onebusaway.gtfs.model.AgencyAndId tripId
vehicleId
org.onebusaway.gtfs.model.AgencyAndId vehicleId
timeOfRecord
long timeOfRecord
timeOfLocationUpdate
long timeOfLocationUpdate
scheduleDeviation
double scheduleDeviation
- schedule deviation, in seconds, (+deviation is late, -deviation is early)
distanceAlongBlock
double distanceAlongBlock
currentLocationLat
double currentLocationLat
currentLocationLon
double currentLocationLon
currentOrientation
double currentOrientation
- In degrees, 0º is East, 90º is North, 180º is West, and 270º is South
timepointPredictions
List<E> timepointPredictions
phase
EVehiclePhase phase
status
String status
Package org.onebusaway.sms.actions.sms |
serialVersionUID: 1L
_transitDataService
TransitDataService _transitDataService
_currentUserService
CurrentUserService _currentUserService
_text
String _text
_userInteractionLoggingService
UserInteractionLoggingService _userInteractionLoggingService
serialVersionUID: 1L
_args
String[] _args
_model
SmsArrivalsAndDeparturesModel _model
serialVersionUID: 1L
_selectedIndex
int _selectedIndex
serialVersionUID: 1L
_command
String _command
_arg
String _arg
serialVersionUID: 1L
_bookmarkPresentationService
BookmarkPresentationService _bookmarkPresentationService
_arg
String _arg
_bookmarks
List<E> _bookmarks
_stopIds
List<E> _stopIds
- Used when chaining to "arrivals-and-departures"
_routeFilter
Set<E> _routeFilter
- Used when chaining to "arrivals-and-departures"
serialVersionUID: 1L
_user
UserBean _user
serialVersionUID: 1L
_command
String _command
_arg
String _arg
serialVersionUID: 1L
_arg
String _arg
serialVersionUID: 1L
_arg
String _arg
_defaultSearchLocationService
DefaultSearchLocationService _defaultSearchLocationService
serialVersionUID: 1L
serialVersionUID: 1L
_selectedIndex
int _selectedIndex
serialVersionUID: 1L
serialVersionUID: 1L
_geocoderResultPresentation
GeocoderResultPresentationService _geocoderResultPresentation
_service
SetUserDefaultSearchFromGeocoderService _service
_records
List<E> _records
serialVersionUID: 1L
_serviceAreaService
ServiceAreaService _serviceAreaService
_stopQuery
String _stopQuery
_stops
List<E> _stops
_selectedIndex
int _selectedIndex
_stopId
String _stopId
_args
String[] _args
serialVersionUID: 1L
Package org.onebusaway.sms.impl |
serialVersionUID: 1L
_sessionManager
SessionManager _sessionManager
_phoneNumberParameterName
String _phoneNumberParameterName
Package org.onebusaway.transit_data_federation.bundle |
serialVersionUID: 1L
_taskName
String _taskName
Package org.onebusaway.transit_data_federation.bundle.tasks.history |
serialVersionUID: 1L
Package org.onebusaway.transit_data_federation.bundle.tasks.transit_graph |
serialVersionUID: 1L
serialVersionUID: 1L
_trip
TripEntry _trip
serialVersionUID: 1L
_stopTime
StopTimeEntry _stopTime
_pointAndIndex
PointAndIndex _pointAndIndex
_point
CoordinatePoint _point
Package org.onebusaway.transit_data_federation.impl.narrative |
serialVersionUID: 2L
_agencyNarratives
Map<K,V> _agencyNarratives
_stopNarratives
Map<K,V> _stopNarratives
_routeCollectionNarratives
Map<K,V> _routeCollectionNarratives
_tripNarratives
Map<K,V> _tripNarratives
_stopTimeNarrativesByTripIdAndStopTimeSequence
Map<K,V> _stopTimeNarrativesByTripIdAndStopTimeSequence
_shapePointsById
Map<K,V> _shapePointsById
Package org.onebusaway.transit_data_federation.impl.otp |
serialVersionUID: 1L
currentTime
long currentTime
useRealtime
boolean useRealtime
maxTripDuration
long maxTripDuration
- Maximum trip duration, in milliseconds. A value of -1 indicates no upper
limit.
maxInitialWaitTime
long maxInitialWaitTime
extraSpecialMode
boolean extraSpecialMode
numItineraries
int numItineraries
lookaheadTime
int lookaheadTime
Package org.onebusaway.transit_data_federation.impl.realtime |
serialVersionUID: 1L
blockInstance
BlockInstance blockInstance
vehicleId
org.onebusaway.gtfs.model.AgencyAndId vehicleId
fromTime
long fromTime
toTime
long toTime
measuredLastUpdateTime
long measuredLastUpdateTime
- When we are running in simulator mode, we might be simulating a trip that
occurred in the past, which makes pruning records based on the currnt time
tricky. To deal with this, we record the measured time of the last updaate
according to our local clock, as opposed to whatever the record indicated.
records
SortedMap<K,V> records
- Vehicle location records at particular points in time. Key = unix time ms
Package org.onebusaway.transit_data_federation.impl.realtime.history |
serialVersionUID: 1L
tripId
org.onebusaway.gtfs.model.AgencyAndId tripId
scheduleTimes
double[] scheduleTimes
scheduleDeviations
double[][] scheduleDeviations
Package org.onebusaway.transit_data_federation.impl.realtime.mybus |
serialVersionUID: 1L
blockId
org.onebusaway.gtfs.model.AgencyAndId blockId
tripId
org.onebusaway.gtfs.model.AgencyAndId tripId
timepointId
org.onebusaway.gtfs.model.AgencyAndId timepointId
timepointScheduledTime
int timepointScheduledTime
timepointPredictedTime
int timepointPredictedTime
scheduleDeviation
int scheduleDeviation
vehicleId
org.onebusaway.gtfs.model.AgencyAndId vehicleId
predictorType
String predictorType
timeOfPrediction
int timeOfPrediction
Package org.onebusaway.transit_data_federation.impl.reporting |
serialVersionUID: 1L
id
long id
time
long time
stopId
org.onebusaway.gtfs.model.AgencyAndId stopId
data
String data
userComment
String userComment
userLat
Double userLat
userLon
Double userLon
userLocationAccuracy
Double userLocationAccuracy
status
EProblemReportStatus status
- Custom Hibernate mapping so that the vehicle phase enum gets mapped to a
string as opposed to an integer, allowing for safe expansion of the enum in
the future and more legibility in the raw SQL. Additionally, the phase
string can be a little shorter than the default length.
serialVersionUID: 1L
id
long id
time
long time
blockId
org.onebusaway.gtfs.model.AgencyAndId blockId
tripId
org.onebusaway.gtfs.model.AgencyAndId tripId
serviceDate
long serviceDate
vehicleId
org.onebusaway.gtfs.model.AgencyAndId vehicleId
stopId
org.onebusaway.gtfs.model.AgencyAndId stopId
data
String data
userComment
String userComment
userOnVehicle
boolean userOnVehicle
userVehicleNumber
String userVehicleNumber
userLat
Double userLat
userLon
Double userLon
userLocationAccuracy
Double userLocationAccuracy
vehicleLat
Double vehicleLat
vehicleLon
Double vehicleLon
predicted
boolean predicted
distanceAlongBlock
Double distanceAlongBlock
scheduleDeviation
Double scheduleDeviation
matchedVehicleId
org.onebusaway.gtfs.model.AgencyAndId matchedVehicleId
status
EProblemReportStatus status
- Custom Hibernate mapping so that the vehicle phase enum gets mapped to a
string as opposed to an integer, allowing for safe expansion of the enum in
the future and more legibility in the raw SQL. Additionally, the phase
string can be a little shorter than the default length.
label
String label
Package org.onebusaway.transit_data_federation.impl.transit_graph |
serialVersionUID: 1L
_id
String _id
_stops
List<E> _stops
_routeCollections
List<E> _routeCollections
serialVersionUID: 1L
block
BlockEntry block
serviceIds
ServiceIdActivation serviceIds
trips
List<E> trips
totalBlockDistance
double totalBlockDistance
blockStopTimes
org.onebusaway.transit_data_federation.impl.transit_graph.BlockConfigurationEntryImpl.BlockStopTimeList blockStopTimes
tripIndices
int[] tripIndices
accumulatedStopTimeIndices
int[] accumulatedStopTimeIndices
frequencies
List<E> frequencies
- We make this one field non-final because it makes it easier to add
Frequency information after the fact.
serialVersionUID: 3L
_id
org.onebusaway.gtfs.model.AgencyAndId _id
_configurations
List<E> _configurations
serialVersionUID: 2L
blockConfiguration
BlockConfigurationEntry blockConfiguration
trip
TripEntry trip
sequence
short sequence
accumulatedStopTimeIndex
short accumulatedStopTimeIndex
accumulatedSlackTime
int accumulatedSlackTime
distanceAlongBlock
double distanceAlongBlock
previousTrip
BlockTripEntry previousTrip
nextTrip
BlockTripEntry nextTrip
pattern
AbstractBlockTripIndex pattern
serialVersionUID: 1L
startTime
int startTime
endTime
int endTime
headwaySecs
int headwaySecs
serialVersionUID: 1L
_id
org.onebusaway.gtfs.model.AgencyAndId _id
_children
List<E> _children
serialVersionUID: 1L
_id
org.onebusaway.gtfs.model.AgencyAndId _id
_parent
RouteCollectionEntry _parent
_trips
List<E> _trips
serialVersionUID: 2L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Serialization Support
- Throws:
IOException
ClassNotFoundException
_id
org.onebusaway.gtfs.model.AgencyAndId _id
_lat
double _lat
_lon
double _lon
_wheelchairBoarding
EAccessibility _wheelchairBoarding
serialVersionUID: 5L
_stopTimeId
int _stopTimeId
_arrivalTime
int _arrivalTime
_departureTime
int _departureTime
_sequence
int _sequence
_dropOffType
int _dropOffType
_pickupType
int _pickupType
_shapePointIndex
int _shapePointIndex
_shapeDistTraveled
double _shapeDistTraveled
_accumulatedSlackTime
int _accumulatedSlackTime
_stop
StopEntryImpl _stop
_trip
TripEntryImpl _trip
serialVersionUID: 2L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
_agencies
List<E> _agencies
_stops
List<E> _stops
_trips
List<E> _trips
_blocks
List<E> _blocks
_routeCollections
List<E> _routeCollections
_routes
List<E> _routes
serialVersionUID: 6L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Serialization
- Throws:
IOException
ClassNotFoundException
_id
org.onebusaway.gtfs.model.AgencyAndId _id
_route
RouteEntryImpl _route
_directionId
String _directionId
_block
BlockEntryImpl _block
_serviceId
org.onebusaway.gtfs.model.calendar.LocalizedServiceId _serviceId
_shapeId
org.onebusaway.gtfs.model.AgencyAndId _shapeId
_stopTimes
List<E> _stopTimes
_totalTripDistance
double _totalTripDistance
_frequencyLabel
FrequencyEntry _frequencyLabel
Package org.onebusaway.transit_data_federation.impl.tripplanner |
serialVersionUID: 1L
stopId
org.onebusaway.gtfs.model.AgencyAndId stopId
minTravelTime
int minTravelTime
serialVersionUID: 1L
transferData
Map<K,V> transferData
hopData
Map<K,V> hopData
serialVersionUID: 1L
stopId
org.onebusaway.gtfs.model.AgencyAndId stopId
minTransferTime
int minTransferTime
distance
double distance
Package org.onebusaway.transit_data_federation.model |
serialVersionUID: 1L
lat
double lat
lon
double lon
x
double x
y
double y
srid
int srid
serialVersionUID: 1L
serviceDate
long serviceDate
id
org.onebusaway.gtfs.model.AgencyAndId id
serialVersionUID: 1L
allServiceIds
Set<E> allServiceIds
serviceDates
List<E> serviceDates
serialVersionUID: 1L
shapeId
org.onebusaway.gtfs.model.AgencyAndId shapeId
lats
double[] lats
lons
double[] lons
distTraveled
double[] distTraveled
serialVersionUID: 1L
id
Integer id
route
org.onebusaway.gtfs.model.Route route
stops
List<E> stops
trips
List<E> trips
tripCount
int tripCount
directionId
String directionId
shapeId
org.onebusaway.gtfs.model.AgencyAndId shapeId
serialVersionUID: 1L
id
StopSequenceCollectionKey id
publicId
String publicId
description
String description
stopSequences
List<E> stopSequences
startLat
double startLat
startLon
double startLon
startLocation
com.vividsolutions.jts.geom.Point startLocation
endLat
double endLat
endLon
double endLon
endLocation
com.vividsolutions.jts.geom.Point endLocation
serialVersionUID: 1L
route
org.onebusaway.gtfs.model.Route route
id
String id
serialVersionUID: 1L
currentTime
long currentTime
targetTime
long targetTime
Package org.onebusaway.transit_data_federation.model.narrative |
serialVersionUID: 1L
name
String name
url
String url
timezone
String timezone
lang
String lang
phone
String phone
disclaimer
String disclaimer
privateService
boolean privateService
- If true, indicates the agency provides private service that is not
available to the general public.
serialVersionUID: 1L
shortName
String shortName
longName
String longName
description
String description
type
int type
url
String url
color
String color
textColor
String textColor
serialVersionUID: 2L
code
String code
name
String name
description
String description
url
String url
locationType
int locationType
direction
String direction
serialVersionUID: 1L
stopHeadsign
String stopHeadsign
routeShortName
String routeShortName
serialVersionUID: 1L
tripShortName
String tripShortName
tripHeadsign
String tripHeadsign
routeShortName
String routeShortName
Package org.onebusaway.transit_data_federation.model.oba |
serialVersionUID: 1L
id
String id
name
String name
lat
double lat
lon
double lon
Package org.onebusaway.transit_data_federation.model.tripplanner |
serialVersionUID: 1L
location
ProjectedPoint location
Package org.onebusaway.transit_data_federation.services.blocks |
serialVersionUID: 1L
blockId
org.onebusaway.gtfs.model.AgencyAndId blockId
configurationIndex
int configurationIndex
serialVersionUID: 1L
_blockTripReferences
List<E> _blockTripReferences
_layoverIntervalBlock
LayoverIntervalBlock _layoverIntervalBlock
serialVersionUID: 1L
_blockTripReferences
List<E> _blockTripReferences
_serviceIntervalBlock
ServiceIntervalBlock _serviceIntervalBlock
serialVersionUID: 1L
blockConfigurationReference
BlockConfigurationReference blockConfigurationReference
tripIndex
int tripIndex
serialVersionUID: 1L
_trips
List<E> _trips
_frequencies
List<E> _frequencies
_serviceIntervalBlock
FrequencyServiceIntervalBlock _serviceIntervalBlock
serialVersionUID: 1L
startTimes
int[] startTimes
endTimes
int[] endTimes
serialVersionUID: 1L
startTimes
int[] startTimes
endTimes
int[] endTimes
serialVersionUID: 1L
minArrivals
int[] minArrivals
minDepartures
int[] minDepartures
maxArrivals
int[] maxArrivals
maxDepartures
int[] maxDepartures
Package org.onebusaway.transit_data_federation.services.service_alerts |
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
agencyId_
Object agencyId_
routeId_
ServiceAlerts.Id routeId_
directionId_
Object directionId_
tripId_
ServiceAlerts.Id tripId_
stopId_
ServiceAlerts.Id stopId_
applicationId_
Object applicationId_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
effect_
ServiceAlerts.Consequence.Effect effect_
detourPath_
Object detourPath_
detourStopIds_
List<E> detourStopIds_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
agencyId_
Object agencyId_
id_
Object id_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
id_
ServiceAlerts.Id id_
creationTime_
long creationTime_
modifiedTime_
long modifiedTime_
activeWindow_
List<E> activeWindow_
publicationWindow_
List<E> publicationWindow_
summary_
ServiceAlerts.TranslatedString summary_
description_
ServiceAlerts.TranslatedString description_
cause_
ServiceAlerts.ServiceAlert.Cause cause_
affects_
List<E> affects_
consequence_
List<E> consequence_
severity_
ServiceAlerts.ServiceAlert.Severity severity_
url_
ServiceAlerts.TranslatedString url_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
serviceAlerts_
List<E> serviceAlerts_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
start_
long start_
end_
long end_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
translation_
List<E> translation_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
serialVersionUID: 0L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
text_
Object text_
language_
Object language_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
Package org.onebusaway.transit_data_federation.services.transit_graph |
serialVersionUID: 1L
activeServiceIds
List<E> activeServiceIds
inactiveServiceIds
List<E> inactiveServiceIds
Package org.onebusaway.transit_data_federation.services.tripplanner |
serialVersionUID: 1L
_stopIndices
short[] _stopIndices
_parentIndices
int[] _parentIndices
_exitAllowedOffset
int _exitAllowedOffset
_hubOffset
int _hubOffset
Package org.onebusaway.transit_data.model |
serialVersionUID: 1L
id
String id
name
String name
url
String url
timezone
String timezone
lang
String lang
phone
String phone
disclaimer
String disclaimer
privateService
boolean privateService
serialVersionUID: 1L
agency
AgencyBean agency
lat
double lat
lon
double lon
latSpan
double latSpan
lonSpan
double lonSpan
serialVersionUID: 1L
serialVersionUID: 3L
trip
TripBean trip
serviceDate
long serviceDate
vehicleId
String vehicleId
stop
StopBean stop
stopSequence
int stopSequence
blockTripSequence
int blockTripSequence
arrivalEnabled
boolean arrivalEnabled
scheduledArrivalTime
long scheduledArrivalTime
scheduledArrivalInterval
TimeIntervalBean scheduledArrivalInterval
predictedArrivalTime
long predictedArrivalTime
predictedArrivalInterval
TimeIntervalBean predictedArrivalInterval
departureEnabled
boolean departureEnabled
scheduledDepartureTime
long scheduledDepartureTime
scheduledDepartureInterval
TimeIntervalBean scheduledDepartureInterval
predictedDepartureTime
long predictedDepartureTime
predictedDepartureInterval
TimeIntervalBean predictedDepartureInterval
frequency
FrequencyBean frequency
predicted
boolean predicted
lastUpdateTime
Long lastUpdateTime
status
String status
distanceFromStop
double distanceFromStop
numberOfStopsAway
int numberOfStopsAway
routeShortName
String routeShortName
tripHeadsign
String tripHeadsign
tripStatus
TripStatusBean tripStatus
situations
List<E> situations
scheduleDeviationHistogram
HistogramBean scheduleDeviationHistogram
serialVersionUID: 1L
tripId
String tripId
serviceDate
long serviceDate
vehicleId
String vehicleId
stopId
String stopId
stopSequence
int stopSequence
time
long time
serialVersionUID: 1L
time
long time
minutesBefore
int minutesBefore
minutesAfter
int minutesAfter
frequencyMinutesBefore
int frequencyMinutesBefore
frequencyMinutesAfter
int frequencyMinutesAfter
serialVersionUID: 1L
list
List<E> list
limitExceeded
boolean limitExceeded
serialVersionUID: 1L
type
String type
names
List<E> names
serialVersionUID: 1L
_nearbyRoutes
List<E> _nearbyRoutes
_nearbyStopsByRoute
Map<K,V> _nearbyStopsByRoute
serialVersionUID: 1L
_lat
double[] _lat
_lon
double[] _lon
serialVersionUID: 1L
_lat
double[] _lat
_lon
double[] _lon
serialVersionUID: 1L
onArrival
boolean onArrival
alarmTimeOffset
int alarmTimeOffset
url
String url
serialVersionUID: 2L
id
String id
shortName
String shortName
longName
String longName
description
String description
type
int type
url
String url
color
String color
textColor
String textColor
agency
AgencyBean agency
serialVersionUID: 1L
id
String id
name
String name
serialVersionUID: 1L
routes
RoutesBean routes
stops
StopsBean stops
serialVersionUID: 1L
routes
List<E> routes
limitExceeded
boolean limitExceeded
serialVersionUID: 1L
type
SearchQueryBean.EQueryType type
bounds
CoordinateBounds bounds
query
String query
maxCount
int maxCount
minScoreToKeep
double minScoreToKeep
serialVersionUID: 1L
_id
int _id
_changeDate
int _changeDate
_generalDestination
String _generalDestination
_specificDestination
String _specificDestination
_express
boolean _express
serialVersionUID: 1L
_nearbyStops
List<E> _nearbyStops
serialVersionUID: 2L
id
String id
lat
double lat
lon
double lon
direction
String direction
name
String name
code
String code
locationType
int locationType
routes
List<E> routes
wheelchairBoarding
EAccessibility wheelchairBoarding
serialVersionUID: 1L
date
Date date
group
int group
serialVersionUID: 1L
timeZone
String timeZone
days
List<E> days
serialVersionUID: 2L
id
String id
name
NameBean name
stopIds
List<E> stopIds
subGroups
List<E> subGroups
polylines
List<E> polylines
serialVersionUID: 1L
type
String type
ordered
boolean ordered
stopGroups
List<E> stopGroups
serialVersionUID: 2L
tripHeadsign
String tripHeadsign
stopTimes
List<E> stopTimes
frequencies
List<E> frequencies
groups
List<E> groups
serialVersionUID: 1L
route
RouteBean route
directions
List<E> directions
serialVersionUID: 1L
stops
List<E> stops
limitExceeded
boolean limitExceeded
serialVersionUID: 1L
date
Date date
stop
StopBean stop
routes
List<E> routes
calendarDays
StopCalendarDaysBean calendarDays
serialVersionUID: 1L
id
int id
path
PathBean path
stops
List<E> stops
directionId
String directionId
tripCount
int tripCount
serialVersionUID: 1L
route
RouteBean route
id
String id
description
String description
startLat
double startLat
startLon
double startLon
endLat
double endLat
endLon
double endLon
paths
List<E> paths
stops
List<E> stops
serialVersionUID: 1L
blocks
List<E> blocks
serialVersionUID: 3L
route
RouteBean route
stops
List<E> stops
stopGroupings
List<E> stopGroupings
polylines
List<E> polylines
serialVersionUID: 1L
stops
List<E> stops
arrivalsAndDepartures
List<E> arrivalsAndDepartures
nearbyStops
List<E> nearbyStops
situations
List<E> situations
timeZone
String timeZone
serialVersionUID: 2L
id
String id
tripHeadsign
String tripHeadsign
continuesAs
RouteBean continuesAs
serialVersionUID: 3L
serviceDate
long serviceDate
arrivalEnabled
boolean arrivalEnabled
arrivalTime
long arrivalTime
departureEnabled
boolean departureEnabled
departureTime
long departureTime
serviceId
String serviceId
tripId
String tripId
stopHeadsign
String stopHeadsign
groupIds
List<E> groupIds
serialVersionUID: 1L
stop
StopBean stop
arrivalsAndDepartures
List<E> arrivalsAndDepartures
nearbyStops
List<E> nearbyStops
situations
List<E> situations
serialVersionUID: 1L
_stop
StopBean _stop
_routes
List<E> _routes
serialVersionUID: 1L
_stop
StopAreaBean _stop
_arrivals
List<E> _arrivals
serialVersionUID: 1L
from
long from
to
long to
serialVersionUID: 2L
arrivalTime
int arrivalTime
departureTime
int departureTime
stop
StopBean stop
stopHeadsign
String stopHeadsign
distanceAlongTrip
double distanceAlongTrip
serialVersionUID: 1L
stopTimes
List<E> stopTimes
previousTrip
TripBean previousTrip
nextTrip
TripBean nextTrip
timeZone
String timeZone
frequency
FrequencyBean frequency
serialVersionUID: 1L
vehicleId
String vehicleId
phase
String phase
status
String status
lastUpdateTime
long lastUpdateTime
lastLocationUpdateTime
long lastLocationUpdateTime
location
CoordinatePoint location
trip
TripBean trip
tripStatus
TripStatusBean tripStatus
allRecords
List<E> allRecords
Package org.onebusaway.transit_data.model.blocks |
serialVersionUID: 1L
id
String id
configurations
List<E> configurations
serialVersionUID: 1L
blockId
String blockId
activeServiceIds
List<E> activeServiceIds
inactiveServiceIds
List<E> inactiveServiceIds
trips
List<E> trips
timeZone
String timeZone
serialVersionUID: 1L
blockId
String blockId
blockConfiguration
BlockConfigurationBean blockConfiguration
serviceDate
long serviceDate
serialVersionUID: 1L
block
BlockBean block
serviceDate
long serviceDate
- These are fields that we can supply from schedule data
scheduledDistanceAlongBlock
double scheduledDistanceAlongBlock
totalDistanceAlongBlock
double totalDistanceAlongBlock
inService
boolean inService
- These are fields that we can supply from schedule data, but also update
from real-time data when available
status
String status
location
CoordinatePoint location
activeTrip
BlockTripBean activeTrip
closestStop
StopBean closestStop
closestStopTimeOffset
int closestStopTimeOffset
- In seconds
predicted
boolean predicted
- These are fields that we can supply only from real-time data
lastUpdateTime
long lastUpdateTime
scheduleDeviation
double scheduleDeviation
distanceAlongBlock
double distanceAlongBlock
vehicleId
String vehicleId
serialVersionUID: 1L
blockSequence
int blockSequence
distanceAlongBlock
double distanceAlongBlock
accumulatedSlackTime
double accumulatedSlackTime
stopTime
StopTimeBean stopTime
serialVersionUID: 1L
trip
TripBean trip
blockStopTimes
List<E> blockStopTimes
accumulatedSlackTime
int accumulatedSlackTime
distanceAlongBlock
double distanceAlongBlock
serialVersionUID: 1L
activeTrip
BlockTripBean activeTrip
scheduledTime
int scheduledTime
location
CoordinatePoint location
distanceAlongBlock
double distanceAlongBlock
inService
boolean inService
stopTimeIndex
int stopTimeIndex
Package org.onebusaway.transit_data.model.oba |
serialVersionUID: 1L
id
String id
name
String name
url
String url
address
String address
city
String city
region
String region
country
String country
zip
String zip
phoneNumber
String phoneNumber
lat
double lat
lon
double lon
rating
double rating
ratingUrl
String ratingUrl
ratingUrlSmall
String ratingUrlSmall
maxRating
double maxRating
categories
Set<E> categories
serialVersionUID: 1L
_complete
boolean _complete
_polygons
List<E> _polygons
_times
List<E> _times
_searchGrid
List<E> _searchGrid
_minTravelTimeToStops
MinTravelTimeToStopsBean _minTravelTimeToStops
serialVersionUID: 1L
agencyId
String agencyId
stopIds
String[] stopIds
lats
double[] lats
lons
double[] lons
transitTimes
long[] transitTimes
walkingVelocity
double walkingVelocity
serialVersionUID: 1L
placeId
String placeId
stopId
String stopId
time
int time
serialVersionUID: 1L
index
int index
stop
StopBean stop
time
Integer time
Package org.onebusaway.transit_data.model.problems |
serialVersionUID: 1L
id
long id
reportTime
long reportTime
data
String data
userComment
String userComment
userLat
Double userLat
userLon
Double userLon
userLocationAccuracy
Double userLocationAccuracy
status
EProblemReportStatus status
label
String label
serialVersionUID: 1L
id
long id
time
long time
stopId
String stopId
data
String data
userComment
String userComment
userLat
double userLat
userLon
double userLon
userLocationAccuracy
double userLocationAccuracy
status
EProblemReportStatus status
stop
StopBean stop
serialVersionUID: 1L
agencyId
String agencyId
status
EProblemReportStatus status
timeFrom
long timeFrom
timeTo
long timeTo
serialVersionUID: 1L
stop
StopBean stop
status
EProblemReportStatus status
count
int count
serialVersionUID: 1L
id
long id
time
long time
tripId
String tripId
serviceDate
long serviceDate
vehicleId
String vehicleId
stopId
String stopId
data
String data
userComment
String userComment
userOnVehicle
boolean userOnVehicle
userVehicleNumber
String userVehicleNumber
userLat
Double userLat
userLon
Double userLon
userLocationAccuracy
Double userLocationAccuracy
vehicleLat
Double vehicleLat
vehicleLon
Double vehicleLon
predicted
boolean predicted
distanceAlongBlock
Double distanceAlongBlock
scheduleDeviation
Double scheduleDeviation
status
EProblemReportStatus status
label
String label
trip
TripBean trip
stop
StopBean stop
stopTime
StopTimeInstanceBean stopTime
serialVersionUID: 1L
agencyId
String agencyId
status
EProblemReportStatus status
timeFrom
long timeFrom
timeTo
long timeTo
serialVersionUID: 1L
trip
TripBean trip
status
EProblemReportStatus status
count
int count
Package org.onebusaway.transit_data.model.realtime |
serialVersionUID: 1L
probability
double probability
tripStatus
TripStatusBean tripStatus
debug
String debug
serialVersionUID: 1L
time
long time
mostRecentLocation
CoordinatePoint mostRecentLocation
records
List<E> records
blockId
String blockId
- These are optional, but used to quickly narrow down an estimate if given
serviceDate
long serviceDate
vehicleId
String vehicleId
minProbability
double minProbability
serialVersionUID: 1L
timestamp
long timestamp
location
CoordinatePoint location
accuracy
double accuracy
serialVersionUID: 1L
values
double[] values
counts
int[] counts
labels
String[] labels
serialVersionUID: 1L
serviceDate
long serviceDate
blockId
String blockId
tripId
String tripId
vehicleId
String vehicleId
timeOfRecord
long timeOfRecord
timeOfLocationUpdate
long timeOfLocationUpdate
scheduleDeviation
double scheduleDeviation
- schedule deviation, in seconds, (+deviation is late, -deviation is early)
distanceAlongBlock
double distanceAlongBlock
currentLocation
CoordinatePoint currentLocation
currentOrientation
double currentOrientation
- In degrees, 0º is East, 90º is North, 180º is West, and 270º is South
phase
String phase
status
String status
serialVersionUID: 1L
blockId
String blockId
tripId
String tripId
serviceDate
long serviceDate
vehicleId
String vehicleId
fromTime
long fromTime
toTime
long toTime
Package org.onebusaway.transit_data.model.schedule |
serialVersionUID: 1L
startTime
long startTime
endTime
long endTime
headway
int headway
serialVersionUID: 1L
serviceDate
long serviceDate
startTime
long startTime
endTime
long endTime
headwaySecs
int headwaySecs
serviceId
String serviceId
tripId
String tripId
stopHeadsign
String stopHeadsign
arrivalEnabled
boolean arrivalEnabled
departureEnabled
boolean departureEnabled
serialVersionUID: 1L
stop
StopBean stop
arrivalTime
int arrivalTime
departureTime
int departureTime
pickupType
int pickupType
dropOffType
int dropOffType
Package org.onebusaway.transit_data.model.service_alerts |
serialVersionUID: 1L
overridden
Boolean overridden
serialVersionUID: 1L
value
String value
lang
String lang
serialVersionUID: 1L
id
String id
creationTime
long creationTime
activeWindows
List<E> activeWindows
publicationWindows
List<E> publicationWindows
reason
String reason
summaries
List<E> summaries
descriptions
List<E> descriptions
urls
List<E> urls
allAffects
List<E> allAffects
consequences
List<E> consequences
severity
ESeverity severity
serialVersionUID: 1L
agencyId
String agencyId
routeId
String routeId
directionId
String directionId
tripId
String tripId
stopId
String stopId
applicationId
String applicationId
serialVersionUID: 1L
effect
EEffect effect
detourPath
String detourPath
detourStopIds
List<E> detourStopIds
serialVersionUID: 1L
agencyId
String agencyId
stopIds
List<E> stopIds
time
long time
routes
List<E> routes
serialVersionUID: 1L
routeId
String routeId
direction
String direction
serialVersionUID: 1L
from
long from
to
long to
Package org.onebusaway.transit_data.model.tripplanning |
serialVersionUID: 1L
departNow
boolean departNow
arriveBy
boolean arriveBy
resultCount
int resultCount
useRealTime
boolean useRealTime
modes
Set<E> modes
maxTripDuration
int maxTripDuration
optimizeFor
String optimizeFor
walkSpeed
double walkSpeed
walkReluctance
double walkReluctance
maxWalkingDistance
double maxWalkingDistance
initialWaitReluctance
double initialWaitReluctance
waitReluctance
double waitReluctance
minTransferTime
int minTransferTime
transferCost
int transferCost
maxTransfers
int maxTransfers
maxComputationTime
long maxComputationTime
currentTime
long currentTime
- Why do we include an alternate definition of the current time? It's useful
when attempting to run simulated queries in the past
lookaheadTime
int lookaheadTime
- When you've specified a departure time, the
ConstraintsBean.lookaheadTime
parameter specifies a time value, in seconds, that will shift the departure
time forward to include trips that start after the lookahead-adjusted start
time. Why not just modify the departure time yourself? Trips that start
between the lookahead departure time and the original departure time are
not counted against ConstraintsBean.resultCount
. This parameter is designed to
allow you to include trips that JUST left in the result set while still
including the trips that depart as normal.
For arriveBy trips, the semantics are reversed aka the arrival time is
shifted to be later by the ConstraintsBean.lookaheadTime
parameter.
selectedItinerary
ItineraryBean selectedItinerary
serialVersionUID: 1L
from
VertexBean from
to
VertexBean to
name
String name
path
String path
tags
Map<K,V> tags
serialVersionUID: 1L
from
LocationBean from
to
LocationBean to
itineraries
List<E> itineraries
computationTimeLimitReached
boolean computationTimeLimitReached
serialVersionUID: 1L
startTime
long startTime
endTime
long endTime
probability
double probability
legs
List<E> legs
selected
boolean selected
serialVersionUID: 1L
startTime
long startTime
endTime
long endTime
from
CoordinatePoint from
to
CoordinatePoint to
distance
double distance
mode
String mode
transitLeg
TransitLegBean transitLeg
streetLegs
List<E> streetLegs
serialVersionUID: 1L
name
String name
location
CoordinatePoint location
stopBean
StopBean stopBean
serialVersionUID: 1L
streetName
String streetName
path
String path
distance
double distance
serialVersionUID: 1L
trip
TripBean trip
serviceDate
long serviceDate
vehicleId
String vehicleId
frequency
FrequencyBean frequency
fromStop
StopBean fromStop
fromStopSequence
Integer fromStopSequence
toStop
StopBean toStop
toStopSequence
Integer toStopSequence
routeShortName
String routeShortName
routeLongName
String routeLongName
tripHeadsign
String tripHeadsign
path
String path
scheduledDepartureTime
long scheduledDepartureTime
scheduledDepartureInterval
TimeIntervalBean scheduledDepartureInterval
predictedDepartureTime
long predictedDepartureTime
predictedDepartureInterval
TimeIntervalBean predictedDepartureInterval
scheduledArrivalTime
long scheduledArrivalTime
scheduledArrivalInterval
TimeIntervalBean scheduledArrivalInterval
predictedArrivalTime
long predictedArrivalTime
predictedArrivalInterval
TimeIntervalBean predictedArrivalInterval
situations
List<E> situations
serialVersionUID: 1L
lat
double lat
lon
double lon
blockId
String blockId
serviceDate
long serviceDate
vehicleId
String vehicleId
serialVersionUID: 1L
constraints
ConstraintsBean constraints
maxInitialWaitTime
long maxInitialWaitTime
serialVersionUID: 1L
id
String id
location
CoordinatePoint location
incoming
List<E> incoming
outgoing
List<E> outgoing
tags
Map<K,V> tags
Package org.onebusaway.transit_data.model.trips |
serialVersionUID: 1L
time
long time
maxCount
int maxCount
inclusion
TripDetailsInclusionBean inclusion
serialVersionUID: 3L
id
String id
route
RouteBean route
routeShortName
String routeShortName
tripShortName
String tripShortName
tripHeadsign
String tripHeadsign
serviceId
String serviceId
shapeId
String shapeId
directionId
String directionId
blockId
String blockId
totalTripDistance
double totalTripDistance
serialVersionUID: 2L
tripId
String tripId
serviceDate
long serviceDate
frequency
FrequencyBean frequency
trip
TripBean trip
schedule
TripStopTimesBean schedule
status
TripStatusBean status
situations
List<E> situations
serialVersionUID: 1L
includeTripBean
boolean includeTripBean
includeTripSchedule
boolean includeTripSchedule
includeTripStatus
boolean includeTripStatus
serialVersionUID: 1L
tripId
String tripId
serviceDate
long serviceDate
vehicleId
String vehicleId
time
long time
inclusion
TripDetailsInclusionBean inclusion
serialVersionUID: 1L
vehicleId
String vehicleId
time
Date time
inclusion
TripDetailsInclusionBean inclusion
serialVersionUID: 1L
agencyId
String agencyId
serialVersionUID: 1L
bounds
CoordinateBounds bounds
serialVersionUID: 1L
routeId
String routeId
serialVersionUID: 2L
activeTrip
TripBean activeTrip
- These are fields that we can supply from schedule data
blockTripSequence
int blockTripSequence
serviceDate
long serviceDate
frequency
FrequencyBean frequency
scheduledDistanceAlongTrip
double scheduledDistanceAlongTrip
totalDistanceAlongTrip
double totalDistanceAlongTrip
phase
String phase
- These are fields that we can supply from schedule data, but also update
from real-time data when available
status
String status
distanceAlongTrip
double distanceAlongTrip
location
CoordinatePoint location
orientation
double orientation
closestStop
StopBean closestStop
closestStopTimeOffset
int closestStopTimeOffset
nextStop
StopBean nextStop
nextStopTimeOffset
int nextStopTimeOffset
nextStopDistanceFromVehicle
double nextStopDistanceFromVehicle
predicted
boolean predicted
- These are fields that we can supply only from real-time data
lastUpdateTime
long lastUpdateTime
lastLocationUpdateTime
long lastLocationUpdateTime
lastKnownDistanceAlongTrip
double lastKnownDistanceAlongTrip
lastKnownLocation
CoordinatePoint lastKnownLocation
lastKnownOrientation
double lastKnownOrientation
scheduleDeviation
double scheduleDeviation
vehicleId
String vehicleId
situations
List<E> situations
Package org.onebusaway.users.client.model |
serialVersionUID: 1L
id
int id
name
String name
stopIds
List<E> stopIds
routeFilter
RouteFilterBean routeFilter
serialVersionUID: 1L
routeIds
Set<E> routeIds
serialVersionUID: 1L
userId
String userId
rememberPreferencesEnabled
boolean rememberPreferencesEnabled
defaultLocation
boolean defaultLocation
defaultLocationName
String defaultLocationName
defaultLocationLat
double defaultLocationLat
defaultLocationLon
double defaultLocationLon
lastSelectedStopIds
List<E> lastSelectedStopIds
bookmarks
List<E> bookmarks
minApiRequestInterval
Long minApiRequestInterval
readServiceAlerts
Map<K,V> readServiceAlerts
anonymous
boolean anonymous
admin
boolean admin
indices
List<E> indices
serialVersionUID: 1L
type
String type
value
String value
Package org.onebusaway.users.impl |
serialVersionUID: 2L
_userIndexKey
UserIndexKey _userIndexKey
Package org.onebusaway.users.impl.authentication |
serialVersionUID: 1L
_credentials
String _credentials
serialVersionUID: 1L
_mode
String _mode
serialVersionUID: 1L
_keyHash
int _keyHash
_principal
Object _principal
_credentials
String _credentials
Package org.onebusaway.users.model |
serialVersionUID: 1L
id
Integer id
creationTime
Date creationTime
lastAccessTime
Date lastAccessTime
temporary
boolean temporary
properties
UserProperties properties
roles
Set<E> roles
userIndices
Set<E> userIndices
serialVersionUID: 1L
id
UserIndexKey id
credentials
String credentials
- Credentials encapsulate some secret specific to a UserIndex. For most of
the indices, it's just a randomly generated string that is generated when a
UserIndex is created so that it can be used in RememberMe cookie generation
to keep you from being able to generate a RememberMe cookie using known
information. However, for a username + password situation, it could also be
the password of some form.
user
User user
serialVersionUID: 1L
type
String type
value
String value
serialVersionUID: 1L
rememberPreferencesEnabled
boolean rememberPreferencesEnabled
- Should we remember preferences for the given user? Set to false if the user
wants to disable preferences.
defaultLocationName
String defaultLocationName
defaultLocationLat
double defaultLocationLat
defaultLocationLon
double defaultLocationLon
lastSelectedStopId
String lastSelectedStopId
bookmarkedStopIds
List<E> bookmarkedStopIds
serialVersionUID: 1L
name
String name
Package org.onebusaway.users.model.properties |
serialVersionUID: 1L
id
int id
name
String name
stopIds
List<E> stopIds
routeFilter
RouteFilter routeFilter
serialVersionUID: 1L
routeIds
Set<E> routeIds
serialVersionUID: 1L
rememberPreferencesEnabled
boolean rememberPreferencesEnabled
- Should we remember preferences for the given user? Set to false if the user
wants to disable preferences.
defaultLocationName
String defaultLocationName
defaultLocationLat
double defaultLocationLat
defaultLocationLon
double defaultLocationLon
bookmarks
List<E> bookmarks
minApiRequestInterval
Long minApiRequestInterval
readSituationIdsWithReadTime
Map<K,V> readSituationIdsWithReadTime
Package org.onebusaway.users.services |
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
Package org.onebusaway.users.services.internal |
serialVersionUID: 1L
userId
int userId
registrationCode
String registrationCode
Package org.onebusaway.utility.collections |
serialVersionUID: 1L
_value
Object _value
_index
int _index
Package org.onebusaway.webapp.actions |
serialVersionUID: 1L
_transitDataService
TransitDataService _transitDataService
_currentUserService
CurrentUserService _currentUserService
_serviceAreaService
ServiceAreaService _serviceAreaService
_userInteractionLoggingService
UserInteractionLoggingService _userInteractionLoggingService
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
_failure
boolean _failure
_mode
String _mode
serialVersionUID: 1L
serialVersionUID: 1L
_status
int _status
serialVersionUID: 1L
serialVersionUID: 1L
_configurationService
ConfigurationService _configurationService
_forceRefresh
boolean _forceRefresh
_model
Map<K,V> _model
Package org.onebusaway.webapp.actions.admin |
serialVersionUID: 1L
_userService
UserService _userService
_propertiesService
UserPropertiesService _propertiesService
_interval
long _interval
_apiKey
String _apiKey
serialVersionUID: 1L
_validationService
KeyValidationService _validationService
_value
String _value
_info
Map<K,V> _info
serialVersionUID: 1L
_userService
UserService _userService
_userPropertiesService
UserPropertiesService _userPropertiesService
_apiKeys
List<E> _apiKeys
_model
ApiKeyModel _model
_data
String _data
_file
File _file
serialVersionUID: 1L
_passwordEncoder
org.springframework.security.providers.encoding.PasswordEncoder _passwordEncoder
_userService
UserService _userService
_userName
String _userName
_password
String _password
_password2
String _password2
_userId
int _userId
serialVersionUID: 1L
_userService
UserService _userService
serialVersionUID: 1L
_userService
UserService _userService
_currentUserService
CurrentUserService _currentUserService
_userId
int _userId
serialVersionUID: 1L
serialVersionUID: 1L
_data
String _data
_file
File _file
_registrationService
TccParticipantRegistrationService _registrationService
serialVersionUID: 1L
_userId
int _userId
_userService
UserService _userService
serialVersionUID: 1L
_userService
UserService _userService
_status
UserPropertiesMigrationStatus _status
serialVersionUID: 1L
_id
int _id
_userService
UserService _userService
_user
UserBean _user
serialVersionUID: 1L
_type
String _type
_id
String _id
_password
String _password
_password2
String _password2
_userService
UserService _userService
_user
UserBean _user
serialVersionUID: 1L
_userService
UserService _userService
_status
UserPropertiesMigrationStatus _status
Package org.onebusaway.webapp.actions.admin.console |
serialVersionUID: 1L
_transitDataService
TransitDataService _transitDataService
_agencyId
String _agencyId
_time
Date _time
_agencies
List<E> _agencies
_trips
List<E> _trips
serialVersionUID: 1L
serialVersionUID: 1L
_transitDataService
TransitDataService _transitDataService
_model
ServiceAlertBean _model
_agencyId
String _agencyId
_raw
String _raw
serialVersionUID: 1L
_transitDataService
TransitDataService _transitDataService
_agencyId
String _agencyId
_time
Date _time
_agencies
List<E> _agencies
_situations
List<E> _situations
Package org.onebusaway.webapp.actions.admin.debug |
serialVersionUID: 1L
_model
VehicleLocationRecordBean _model
_transitDataService
TransitDataService _transitDataService
Package org.onebusaway.webapp.actions.admin.problems |
serialVersionUID: 1L
_transitDataService
TransitDataService _transitDataService
_reports
List<E> _reports
_model
StopProblemReportBean _model
serialVersionUID: 1L
_transitDataService
TransitDataService _transitDataService
_agencyId
String _agencyId
_agencies
List<E> _agencies
_summaries
List<E> _summaries
_status
String _status
serialVersionUID: 1L
_transitDataService
TransitDataService _transitDataService
_reports
List<E> _reports
_model
TripProblemReportBean _model
_vehicleLocationRecords
List<E> _vehicleLocationRecords
_minutesBefore
int _minutesBefore
_minutesAfter
int _minutesAfter
_labels
List<E> _labels
serialVersionUID: 1L
_transitDataService
TransitDataService _transitDataService
_agencyId
String _agencyId
_agencies
List<E> _agencies
_summaries
List<E> _summaries
_status
String _status
_days
int _days
Package org.onebusaway.webapp.actions.p |
serialVersionUID: 1L
_wikiDocumentService
org.onebusaway.wiki.api.WikiDocumentService _wikiDocumentService
_wikiRenderingService
org.onebusaway.wiki.api.WikiRenderingService _wikiRenderingService
_forceRefresh
boolean _forceRefresh
_page
org.onebusaway.wiki.api.WikiPage _page
_renderedContent
String _renderedContent
_editLink
String _editLink
_inputStream
InputStream _inputStream
- Members for Raw Result
_contentType
String _contentType
Package org.onebusaway.webapp.actions.r |
serialVersionUID: 1L
Package org.onebusaway.webapp.actions.rss |
serialVersionUID: 1L
feedName
String feedName
- By default, we look for a "feed" on the value stack
feedType
String feedType
- By default, we output RSS 2.0
mimeType
String mimeType
encoding
String encoding
serialVersionUID: 1L
_transitDataService
TransitDataService _transitDataService
_agencyId
String _agencyId
_days
int _days
_status
String _status
_feed
com.sun.syndication.feed.synd.SyndFeed _feed
serialVersionUID: 1L
_transitDataService
TransitDataService _transitDataService
_agencyId
String _agencyId
_days
int _days
_status
String _status
_feed
com.sun.syndication.feed.synd.SyndFeed _feed
Package org.onebusaway.webapp.actions.setup |
serialVersionUID: 1L
_passwordEncoder
org.springframework.security.providers.encoding.PasswordEncoder _passwordEncoder
_userService
UserService _userService
_initialSetupService
InitialSetupService _initialSetupService
_userName
String _userName
_password
String _password
_password2
String _password2
Package org.onebusaway.webapp.actions.user |
serialVersionUID: 1L
serialVersionUID: 1L
_defaultSearchLocationService
DefaultSearchLocationService _defaultSearchLocationService
serialVersionUID: 1L
serialVersionUID: 1L
_model
IndexModel _model
serialVersionUID: 1L
_phoneNumber
String _phoneNumber
_code
String _code
serialVersionUID: 1L
_phoneNumber
String _phoneNumber
serialVersionUID: 1L
serialVersionUID: 1L
_defaultSearchLocationService
DefaultSearchLocationService _defaultSearchLocationService
_name
String _name
_lat
double _lat
_lon
double _lon
serialVersionUID: 1L
_enabled
boolean _enabled
serialVersionUID: 1L
_currentUserService
CurrentUserService _currentUserService
_context
javax.servlet.ServletContext _context
_id
String _id
_inputStream
InputStream _inputStream
Package org.onebusaway.webapp.actions.where |
serialVersionUID: 1L
serialVersionUID: 1L
_transitDataService
TransitDataService _transitDataService
_model
List<E> _model
serialVersionUID: 1L
_service
TransitDataService _service
_presentation
ArrivalsAndDeparturesPresentaion _presentation
_model
ArrivalAndDepartureForStopQueryBean _model
_result
ArrivalAndDepartureBean _result
_situations
SituationsPresentation _situations
serialVersionUID: 1L
_service
TransitDataService _service
_id
String _id
_serviceDate
Date _serviceDate
_blockInstance
BlockInstanceBean _blockInstance
_timeZone
TimeZone _timeZone
serialVersionUID: 1L
serialVersionUID: 1L
_name
String _name
_stopIds
List<E> _stopIds
_routeIds
Set<E> _routeIds
_bookmarkId
int _bookmarkId
serialVersionUID: 1L
_id
int _id
serialVersionUID: 1L
serialVersionUID: 1L
_bookmarkPresentationService
BookmarkPresentationService _bookmarkPresentationService
_bookmarks
List<E> _bookmarks
serialVersionUID: 1L
_id
int _id
_name
String _name
_stopIds
List<E> _stopIds
_routeIds
Set<E> _routeIds
_bookmarkId
int _bookmarkId
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
_query
String _query
_route
RouteBean _route
_routes
List<E> _routes
serialVersionUID: 1L
_stopTimeAdapter
org.onebusaway.webapp.actions.where.ScheduleAction.StopTimeAdapter _stopTimeAdapter
_service
TransitDataService _service
_id
String _id
_date
Date _date
_result
StopScheduleBean _result
_timeZone
TimeZone _timeZone
_showArrivals
boolean _showArrivals
serialVersionUID: 1L
_transitDataService
TransitDataService _transitDataService
_currentUserService
CurrentUserService _currentUserService
_id
String _id
_situation
ServiceAlertBean _situation
serialVersionUID: 1L
_transitDataService
TransitDataService _transitDataService
_stopIds
List<E> _stopIds
_situations
List<E> _situations
serialVersionUID: 1L
_service
SetUserDefaultSearchFromGeocoderService _service
_location
String _location
_records
List<E> _records
serialVersionUID: 1L
_ids
List<E> _ids
_routes
Set<E> _routes
_title
String _title
_showTitle
boolean _showTitle
_model
WebappArrivalsAndDeparturesModel _model
serialVersionUID: 1L
_code
String _code
_stop
StopBean _stop
_stops
List<E> _stops
serialVersionUID: 1L
_id
String _id
_route
RouteBean _route
_stops
List<E> _stops
_directionNames
List<E> _directionNames
_groupIndex
int _groupIndex
serialVersionUID: 1L
_service
TransitDataService _service
_id
String _id
_serviceDate
Date _serviceDate
_time
Date _time
_tripDetails
TripDetailsBean _tripDetails
_timeZone
TimeZone _timeZone
_actualServiceDate
long _actualServiceDate
_vehicleId
String _vehicleId
_stopId
String _stopId
_showArrivals
boolean _showArrivals
serialVersionUID: 1L
_transitDataService
TransitDataService _transitDataService
_vehicleId
String _vehicleId
_time
Date _time
_result
VehicleStatusBean _result
Package org.onebusaway.webapp.actions.where.iphone |
serialVersionUID: 1L
Package org.onebusaway.webapp.actions.where.standard |
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
Package org.onebusaway.webapp.actions.where.text |
serialVersionUID: 1L
Package org.onebusaway.webapp.gwt.common |
serialVersionUID: 1L
Package org.onebusaway.webapp.gwt.common.control |
serialVersionUID: 1L
Package org.onebusaway.webapp.gwt.oba_application.search |
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
Package org.onebusaway.webapp.impl |
serialVersionUID: 1L
_service
WebappService _service
Copyright © 2012 OneBusAway. All Rights Reserved.