Uses of Class
org.opentrafficsim.road.gtu.tactical.lmrs.LmrsFactory
Packages that use LmrsFactory
Package
Description
Classes that implement the LMRS lane change model integrated with a car-following model forming a tactical planner.
-
Uses of LmrsFactory in org.opentrafficsim.road.gtu.tactical.lmrs
Methods in org.opentrafficsim.road.gtu.tactical.lmrs that return LmrsFactoryModifier and TypeMethodDescription<V> LmrsFactory<T>LmrsFactory.set(LmrsFactory.Setting<V> setting, V value) Sets the setting value for all GTU types.<V> LmrsFactory<T>LmrsFactory.set(LmrsFactory.Setting<V> setting, V value, GtuType gtuType) Sets the setting value for given GTU type.LmrsFactory.setStream(nl.tudelft.simulation.jstats.streams.StreamInterface stream) Sets the random number stream.Methods in org.opentrafficsim.road.gtu.tactical.lmrs that return types with arguments of type LmrsFactoryModifier and TypeMethodDescriptionFunction<LmrsFactory<?>,List<V>> LmrsFactory.Setting.getListFunction()Returns the list function to return the right list from the factory.