Uses of Package
org.opentrafficsim.core.distributions
Package
Description
Generic implementation of a set of objects with defined probabilities / frequencies.
GTU (Generalized Travel Unit) is the base class for cars, trains, pedestrians, etc.
Routes and route probabilities.
Strongly typed distributions.
-
ClassDescriptionGeneric implementation of a set of objects that have a draw method with corresponding probabilities / frequencies.Immutable storage for a frequency (or probability) plus a Generator.Interface for classes that have a draw method with no arguments.Exception thrown when provided probabilities or frequencies are invalid.
-
ClassDescriptionInterface for classes that have a draw method with no arguments.Exception thrown when provided probabilities or frequencies are invalid.
-
ClassDescriptionGenerator implementation for a constant value.Immutable storage for a frequency (or probability) plus a Generator.Interface for classes that have a draw method with no arguments.Exception thrown when provided probabilities or frequencies are invalid.
-