Uses of Class
org.opentrafficsim.xml.generated.RandomStreamSource
Packages that use RandomStreamSource
Package
Description
Utilities for the parsing.
-
Uses of RandomStreamSource in org.opentrafficsim.road.network.factory.xml.utils
Methods in org.opentrafficsim.road.network.factory.xml.utils with parameters of type RandomStreamSourceModifier and TypeMethodDescriptionstatic nl.tudelft.simulation.jstats.streams.StreamInterfaceParseUtil.findStream(nl.tudelft.simulation.dsol.experiment.StreamInformation streamInformation, RandomStreamSource streamSource, org.djutils.eval.Eval eval) Find and return the stream belonging to te streamId. -
Uses of RandomStreamSource in org.opentrafficsim.xml.generated
Fields in org.opentrafficsim.xml.generated declared as RandomStreamSourceModifier and TypeFieldDescriptionprotected RandomStreamSourceConstantDistType.randomStreamprotected RandomStreamSourceDiscreteDistType.randomStreamprotected RandomStreamSourceGenerator.randomStreamprotected RandomStreamSourceGtuTemplateMix.randomStreamprotected RandomStreamSourceOd.randomStreamprotected RandomStreamSourceRouteMix.randomStreamprotected RandomStreamSourceShortestRouteMix.randomStreamMethods in org.opentrafficsim.xml.generated that return RandomStreamSourceModifier and TypeMethodDescriptionObjectFactory.createRandomStreamSource()Create an instance ofRandomStreamSourceConstantDistType.getRandomStream()Gets the value of the randomStream property.DiscreteDistType.getRandomStream()Gets the value of the randomStream property.Generator.getRandomStream()Gets the value of the randomStream property.GtuTemplateMix.getRandomStream()Gets the value of the randomStream property.Od.getRandomStream()Gets the value of the randomStream property.RouteMix.getRandomStream()Gets the value of the randomStream property.ShortestRouteMix.getRandomStream()Gets the value of the randomStream property.Methods in org.opentrafficsim.xml.generated with parameters of type RandomStreamSourceModifier and TypeMethodDescriptionvoidConstantDistType.setRandomStream(RandomStreamSource value) Sets the value of the randomStream property.voidDiscreteDistType.setRandomStream(RandomStreamSource value) Sets the value of the randomStream property.voidGenerator.setRandomStream(RandomStreamSource value) Sets the value of the randomStream property.voidGtuTemplateMix.setRandomStream(RandomStreamSource value) Sets the value of the randomStream property.voidOd.setRandomStream(RandomStreamSource value) Sets the value of the randomStream property.voidRouteMix.setRandomStream(RandomStreamSource value) Sets the value of the randomStream property.voidShortestRouteMix.setRandomStream(RandomStreamSource value) Sets the value of the randomStream property.