Serialized Form
-
Package nl.tudelft.simulation.dsol
-
Exception nl.tudelft.simulation.dsol.SimRuntimeException
class SimRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package nl.tudelft.simulation.dsol.model.inputparameters
-
Exception nl.tudelft.simulation.dsol.model.inputparameters.InputParameterException
class InputParameterException extends Exception implements Serializable- serialVersionUID:
- 20141023L
-
-
Package nl.tudelft.simulation.dsol.simulators.clock
-
Class nl.tudelft.simulation.dsol.simulators.clock.ClockTime
class ClockTime extends org.djunits.value.vdouble.scalar.Time implements Serializable- serialVersionUID:
- 20251101L
-
-
Package nl.tudelft.simulation.dsol.statistics.table
-
Class nl.tudelft.simulation.dsol.statistics.table.CounterTableModel
class CounterTableModel extends StatisticsTableModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
counter
SimCounter<?> counter
the counter.
-
-
Class nl.tudelft.simulation.dsol.statistics.table.PersistentTableModel
class PersistentTableModel extends StatisticsTableModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
persistent
SimPersistent<?> persistent
the persistent.
-
-
Class nl.tudelft.simulation.dsol.statistics.table.StatisticsTableModel
class StatisticsTableModel extends DefaultTableModel implements Serializable- serialVersionUID:
- 1L
-
Class nl.tudelft.simulation.dsol.statistics.table.TallyTableModel
class TallyTableModel extends StatisticsTableModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
tally
SimTally<?> tally
the tally.
-
-
-
Package nl.tudelft.simulation.jstats.streams
-
Class nl.tudelft.simulation.jstats.streams.Java2Random
class Java2Random extends Random implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
originalSeed
long originalSeed
The original seed of the generator. -
seed
long seed
Seed is a link to the current seed value. The reason to store the seed in this variable is that there is no getSeed() on the Random class in Java.
-
-
Exception nl.tudelft.simulation.jstats.streams.StreamException
class StreamException extends Exception implements Serializable- serialVersionUID:
- 1L
-