org.onebusaway.transit_data_federation.bundle.tasks.transit_graph
Class StopTimeEntriesFactory

java.lang.Object
  extended by org.onebusaway.transit_data_federation.bundle.tasks.transit_graph.StopTimeEntriesFactory

@Component
public class StopTimeEntriesFactory
extends Object


Constructor Summary
StopTimeEntriesFactory()
           
 
Method Summary
 long getInvalidStopToShapeMappingExceptionCount()
           
 List<StopTimeEntryImpl> processStopTimes(TransitGraphImpl graph, List<org.onebusaway.gtfs.model.StopTime> stopTimes, TripEntryImpl tripEntry, ShapePoints shapePoints)
           
 void setDistanceAlongShapeLibrary(DistanceAlongShapeLibrary distanceAlongShapeLibrary)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopTimeEntriesFactory

public StopTimeEntriesFactory()
Method Detail

setDistanceAlongShapeLibrary

public void setDistanceAlongShapeLibrary(DistanceAlongShapeLibrary distanceAlongShapeLibrary)

getInvalidStopToShapeMappingExceptionCount

public long getInvalidStopToShapeMappingExceptionCount()

processStopTimes

public List<StopTimeEntryImpl> processStopTimes(TransitGraphImpl graph,
                                                List<org.onebusaway.gtfs.model.StopTime> stopTimes,
                                                TripEntryImpl tripEntry,
                                                ShapePoints shapePoints)


Copyright © 2012 OneBusAway. All Rights Reserved.