Serialized Form
-
Package com.knezevic.edaf.v3.coco.config
-
Exception Class com.knezevic.edaf.v3.coco.config.CocoConfigValidationException
class CocoConfigValidationException extends RuntimeException implements Serializable
-
-
Package com.knezevic.edaf.v3.core.config
-
Exception Class com.knezevic.edaf.v3.core.config.ConfigValidationException
class ConfigValidationException extends ConfigurationException implements Serializable-
Serialized Fields
-
issues
List<ConfigIssue> issues
-
-
-
-
Package com.knezevic.edaf.v3.core.errors
-
Exception Class com.knezevic.edaf.v3.core.errors.CheckpointException
class CheckpointException extends EdafException implements Serializable -
Exception Class com.knezevic.edaf.v3.core.errors.ComponentResolutionException
class ComponentResolutionException extends EdafException implements Serializable -
Exception Class com.knezevic.edaf.v3.core.errors.ConfigurationException
class ConfigurationException extends EdafException implements Serializable -
Exception Class com.knezevic.edaf.v3.core.errors.EdafException
class EdafException extends RuntimeException implements Serializable -
Exception Class com.knezevic.edaf.v3.core.errors.PersistenceException
class PersistenceException extends EdafException implements Serializable
-
-
Package com.knezevic.edaf.v3.core.rng
-
Record Class com.knezevic.edaf.v3.core.rng.RngSnapshot
class RngSnapshot extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
masterSeed
long masterSeed
The field for themasterSeedrecord component. -
streams
Map<String,
RngStreamState> streams The field for thestreamsrecord component.
-
-
Record Class com.knezevic.edaf.v3.core.rng.RngStreamState
class RngStreamState extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
gaussian
double gaussian
The field for thegaussianrecord component. -
hasGaussian
boolean hasGaussian
The field for thehasGaussianrecord component. -
state
long state
The field for thestaterecord component.
-
-
Class com.knezevic.edaf.v3.core.rng.StatefulRandom
class StatefulRandom extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
gaussian
double gaussian
-
hasGaussian
boolean hasGaussian
-
state
long state
-
-