Class GenerateNarrativesTask
- java.lang.Object
-
- org.onebusaway.transit_data_federation.bundle.tasks.GenerateNarrativesTask
-
- All Implemented Interfaces:
Runnable
public class GenerateNarrativesTask extends Object implements Runnable
Precomputes all the link narrative objects that will powerNarrativeServiceand powered by a linkNarrativeProviderImplandNarrativeServiceImpl- Author:
- bdferris
- See Also:
NarrativeService,NarrativeServiceImpl,NarrativeProviderImpl
-
-
Constructor Summary
Constructors Constructor Description GenerateNarrativesTask()
-
Method Summary
-
-
-
Method Detail
-
setBundle
@Autowired public void setBundle(FederatedTransitDataBundle bundle)
-
setGtfsDao
@Autowired public void setGtfsDao(org.onebusaway.gtfs.services.GtfsRelationalDao gtfsDao)
-
setTransitGraphDao
@Autowired public void setTransitGraphDao(TransitGraphDao transitGraphDao)
-
setBlockIndexService
@Autowired public void setBlockIndexService(BlockIndexService blockIndexService)
-
setModifications
@Autowired public void setModifications(Modifications modifications)
-
setShapePointHelper
@Autowired public void setShapePointHelper(ShapePointHelper shapePointHelper)
-
setUniqueService
@Autowired public void setUniqueService(UniqueService uniqueService)
-
setRefreshService
@Autowired public void setRefreshService(org.onebusaway.container.refresh.RefreshService refreshService)
-
setStopDirectionStandardDeviationThreshold
public void setStopDirectionStandardDeviationThreshold(double stopDirectionStandardDeviationThreshold)
-
generateAgencyNarratives
public void generateAgencyNarratives(NarrativeProviderImpl provider)
-
generateRouteNarratives
public void generateRouteNarratives(NarrativeProviderImpl provider)
-
generateShapePointNarratives
public void generateShapePointNarratives(NarrativeProviderImpl provider)
-
generateStopNarratives
public void generateStopNarratives(NarrativeProviderImpl provider)
-
generateTripNarratives
public void generateTripNarratives(NarrativeProviderImpl provider)
-
-