Uses of Class
org.opentrafficsim.road.network.sampling.RoadSampler.Factory
Package
Description
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
-
Uses of RoadSampler.Factory in org.opentrafficsim.road.network.sampling
Modifier and TypeMethodDescriptionstatic RoadSampler.Factory
RoadSampler.build
(RoadNetwork network) Returns a factory to create a sampler.RoadSampler.Factory.registerExtendedDataType
(ExtendedDataType<?, ?, ?, ? super GtuDataRoad> extendedDataType) Register extended data type.RoadSampler.Factory.registerFilterDataType
(FilterDataType<?, ? super GtuDataRoad> filterDataType) Register filter data type.RoadSampler.Factory.setFrequency
(org.djunits.value.vdouble.scalar.Frequency frequency) Sets the frequency.