Class AlertConvertor
- java.lang.Object
-
- org.onebusaway.gtfs_realtime.library.FeedEntityConvertor<AlertModel>
-
- org.onebusaway.gtfs_realtime.library.AlertConvertor
-
public class AlertConvertor extends FeedEntityConvertor<AlertModel>
-
-
Constructor Summary
Constructors Constructor Description AlertConvertor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertModel
readFeedEntity(com.google.transit.realtime.GtfsRealtime.FeedEntity entity, long timestamp)
-
Methods inherited from class org.onebusaway.gtfs_realtime.library.FeedEntityConvertor
readAll
-
-
-
-
Method Detail
-
readFeedEntity
public AlertModel readFeedEntity(com.google.transit.realtime.GtfsRealtime.FeedEntity entity, long timestamp)
- Specified by:
readFeedEntity
in classFeedEntityConvertor<AlertModel>
-
-