Uses of Class
org.opentrafficsim.xml.generated.RandomStreamSource
Package
Description
Utilities for the parsing.
-
Uses of RandomStreamSource in org.opentrafficsim.road.network.factory.xml.utils
Modifier and TypeMethodDescriptionstatic nl.tudelft.simulation.jstats.streams.StreamInterface
ParseUtil.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
Modifier and TypeFieldDescriptionprotected RandomStreamSource
ConstantDistType.randomStream
protected RandomStreamSource
DiscreteDistType.randomStream
protected RandomStreamSource
Generator.randomStream
protected RandomStreamSource
GtuTemplateMix.randomStream
protected RandomStreamSource
Od.randomStream
protected RandomStreamSource
RouteMix.randomStream
protected RandomStreamSource
ShortestRouteMix.randomStream
Modifier and TypeMethodDescriptionObjectFactory.createRandomStreamSource()
Create an instance ofRandomStreamSource
ConstantDistType.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.Modifier and TypeMethodDescriptionvoid
ConstantDistType.setRandomStream
(RandomStreamSource value) Sets the value of the randomStream property.void
DiscreteDistType.setRandomStream
(RandomStreamSource value) Sets the value of the randomStream property.void
Generator.setRandomStream
(RandomStreamSource value) Sets the value of the randomStream property.void
GtuTemplateMix.setRandomStream
(RandomStreamSource value) Sets the value of the randomStream property.void
Od.setRandomStream
(RandomStreamSource value) Sets the value of the randomStream property.void
RouteMix.setRandomStream
(RandomStreamSource value) Sets the value of the randomStream property.void
ShortestRouteMix.setRandomStream
(RandomStreamSource value) Sets the value of the randomStream property.