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