Class BlockConfigurationEntriesFactory
- java.lang.Object
-
- org.onebusaway.transit_data_federation.bundle.tasks.transit_graph.BlockConfigurationEntriesFactory
-
@Component public class BlockConfigurationEntriesFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description BlockConfigurationEntriesFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessBlockConfigurations(BlockEntryImpl block, List<TripEntryImpl> tripsInBlock)voidsetServiceIdOverlapCache(ServiceIdOverlapCache serviceIdOverlapCache)voidsetShapePointHelper(ShapePointHelper shapePointHelper)
-
-
-
Method Detail
-
setServiceIdOverlapCache
@Autowired public void setServiceIdOverlapCache(ServiceIdOverlapCache serviceIdOverlapCache)
-
setShapePointHelper
@Autowired public void setShapePointHelper(ShapePointHelper shapePointHelper)
-
processBlockConfigurations
public void processBlockConfigurations(BlockEntryImpl block, List<TripEntryImpl> tripsInBlock)
-
-