Class Experiment.ExperimentThread
java.lang.Object
java.lang.Thread
nl.tudelft.simulation.dsol.experiment.Experiment.ExperimentThread
- All Implemented Interfaces:
Runnable
- Enclosing class:
- Experiment<T extends Number & Comparable<T>,
S extends SimulatorInterface<T>>
The ExperimentRunner job.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
ConstructorDescriptionExperimentThread
(Experiment<?, ?> experiment) Construct the ExperimentRunner with a pointer to the Experiment. -
Method Summary
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield