Uses of Class
org.opentrafficsim.road.gtu.generator.GtuSpawner
Packages that use GtuSpawner
Package
Description
Generate GTUs according to some prescription.
-
Uses of GtuSpawner in org.opentrafficsim.road.gtu.generator
Methods in org.opentrafficsim.road.gtu.generator that return GtuSpawnerModifier and TypeMethodDescriptionGtuSpawner.setErrorHandler
(GtuErrorHandler errorHandler) Sets the error handler.GtuSpawner.setInstantaneousLaneChanges
(boolean instantaneousLaneChanges) Sets instantaneous lane changes.GtuSpawner.setNoLaneChangeDistance
(org.djunits.value.vdouble.scalar.Length noLaneChangeDistance) Sets no lane change distance.GtuSpawner.setStream
(nl.tudelft.simulation.jstats.streams.StreamInterface stream) Sets random stream.GtuSpawner.setUseDefaultGtuTemplate
(boolean useDefaultGtuTemplate) Sets the use of default NL GTU templates.