Package | Description |
---|---|
ptolemy.actor |
Executable entities.
|
ptolemy.actor.lib |
Polymorphic actor classes.
|
ptolemy.actor.lib.colt |
Classes that use the Colt package to generate random numbers.
|
ptolemy.actor.parameters.test |
The ptolemy.actor.parameters.test package.
|
ptolemy.domains.modal.kernel |
The ptolemy.domains.modal.kernel package.
|
Modifier and Type | Field and Description |
---|---|
SharedParameter |
LocalClock.globalTimeResolution
The time precision used by this director.
|
Modifier and Type | Field and Description |
---|---|
SharedParameter |
RandomSource.resetOnEachRun
If true, this parameter specifies that the random number
generator should be reset on each run of the model (in
the initialize() method).
|
SharedParameter |
RandomSource.seed
The seed that controls the random number generation.
|
SharedParameter |
TestExceptionAttribute.trainingMode
If true, then collect the exception message and set the
correctExceptionMessage parameter with the content of the
exception.
|
SharedParameter |
NonStrictTest.trainingMode
If true, then do not check inputs, but rather collect them into
the correctValues array.
|
SharedParameter |
PublisherNonStrictTest.trainingMode
If true, then do not check inputs, but rather collect them into
the correctValues array.
|
SharedParameter |
TestExceptionHandler.trainingMode
Deprecated.
If true, then collect the exception message and set the
correctExceptionMessage parameter with the content of the
exception.
|
Modifier and Type | Field and Description |
---|---|
SharedParameter |
ColtRandomSource.generatorClass
The low-level random number generator (RNG) class name.
|
Modifier and Type | Class and Description |
---|---|
class |
TestSharedParameter
A test suite parameter that is shared globally in a model.
|
Modifier and Type | Field and Description |
---|---|
SharedParameter |
FSMActor.resetOnEachRun
Boolean parameter to determine whether seeds are reset on each run.
|
SharedParameter |
FSMActor.seed
The seed to be used for random token generation, to evaluate
probabilistic transitions between states.
|