Class StopVerificationTask
- java.lang.Object
-
- org.onebusaway.transit_data_federation.bundle.tasks.AbstractStopTask
-
- org.onebusaway.transit_data_federation.bundle.tasks.StopVerificationTask
-
- All Implemented Interfaces:
Runnable
public class StopVerificationTask extends AbstractStopTask implements Runnable
Check that stops listed in the stop consolidation file were actually consolidated, and output stops that are unexpected or missing.
-
-
Field Summary
-
Fields inherited from class org.onebusaway.transit_data_federation.bundle.tasks.AbstractStopTask
_dao, _log, _logger
-
-
Constructor Summary
Constructors Constructor Description StopVerificationTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinsertHeader()protected voidverifyStops(String rootStopId, List<String> consolidatedStops)-
Methods inherited from class org.onebusaway.transit_data_federation.bundle.tasks.AbstractStopTask
run, setGtfsDao, setLogger, setPath
-
-
-
-
Method Detail
-
insertHeader
protected void insertHeader()
- Specified by:
insertHeaderin classAbstractStopTask
-
verifyStops
protected void verifyStops(String rootStopId, List<String> consolidatedStops)
- Specified by:
verifyStopsin classAbstractStopTask
-
-