Package | Description |
---|---|
desmoj.core.dist |
Distributions to model stochastic effects.
|
desmoj.core.simulator |
The core simulation infrastructure and basic components.
|
desmoj.extensions.applicationDomains.harbour |
Example model components for harbour terminal simulation.
|
desmoj.extensions.applicationDomains.production |
Example model components for production system simulation.
|
desmoj.extensions.chaining |
Chaining components, e.g. for generic production systems.
|
desmoj.extensions.chaining.abstractions |
Abstractions of the chaining components from
desmoj.extensions.chaining . |
Class and Description |
---|
BoolDist
Superclass for all distributions returning boolean samples.
|
ContDist
Superclass for all distributions returning (near-)continuous samples of type
Double . |
ContDistExponential
Negative-exponentially distributed stream of pseudo random numbers of type
double.
|
DiscreteDist
Superclass for all distributions returning discrete samples of arbitrary
numerical type.
|
Distribution
Base class for all pseudo random number distributions used in this package.
|
EntityDist
Superclass for all distributions returning samples in terms of different
entities.
|
Function
Implementations of this Interface represent double-valued univariate functions.
|
NumericalDist
Base class for all distributions that produce numbers.
|
Operator
Interface to create user-defined operators.
|
Series
A series is a special distribution returning preset, user-defined entries
from a list.
|
UniformRandomGenerator
Interface for uniform pseudo random number generators to be used by the
distribution classes to compute their samples.
|
Class and Description |
---|
DistributionManager
Controls all distributions used during an experiment.
|
NumericalDist
Base class for all distributions that produce numbers.
|
UniformRandomGenerator
Interface for uniform pseudo random number generators to be used by the
distribution classes to compute their samples.
|
Class and Description |
---|
NumericalDist
Base class for all distributions that produce numbers.
|
Class and Description |
---|
NumericalDist
Base class for all distributions that produce numbers.
|
Class and Description |
---|
NumericalDist
Base class for all distributions that produce numbers.
|
Class and Description |
---|
NumericalDist
Base class for all distributions that produce numbers.
|