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.
|
Class and 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.
|
Class and Description |
---|
Generator
Interface for classes that have a draw method with no arguments.
|
ProbabilityException
Exception thrown when provided probabilities or frequencies are invalid.
|
Class and Description |
---|
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.
|
Copyright © 2014–2017 Delft University of Technology. All rights reserved.