Index

A B C D E F G I L M N O P R S T U W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

activeThreads - Variable in class nl.tudelft.simulation.dsol.formalisms.eventscheduling.SimEventTest
active threads.
add(int) - Method in class nl.tudelft.simulation.dsol.simulators.SimulatorTest.TestModel
 
assertEquals(double, double, double) - Method in class net.jodah.concurrentunit.Waiter
Asserts that the expected values equals the actual value.
assertEquals(Object, Object) - Method in class net.jodah.concurrentunit.Waiter
Asserts that the expected values equals the actual value.
assertFalse(boolean) - Method in class net.jodah.concurrentunit.Waiter
Asserts that the condition is false.
assertNotNull(Object) - Method in class net.jodah.concurrentunit.Waiter
Asserts that the object is not null.
assertNull(Object) - Method in class net.jodah.concurrentunit.Waiter
Asserts that the object is null.
assertThat(T, Matcher<? super T>) - Method in class net.jodah.concurrentunit.Waiter
Asserts that actual satisfies the condition specified by matcher.
assertTrue(boolean) - Method in class net.jodah.concurrentunit.Waiter
Asserts that the condition is true.
await() - Method in class net.jodah.concurrentunit.ConcurrentTestCase
 
await() - Method in class net.jodah.concurrentunit.internal.ReentrantCircuit
Waits for the circuit to be closed, aborting if interrupted.
await() - Method in class net.jodah.concurrentunit.Waiter
Waits until Waiter.resume() is called, or the test is failed.
await(long) - Method in class net.jodah.concurrentunit.ConcurrentTestCase
 
await(long) - Method in class net.jodah.concurrentunit.Waiter
Waits until the delay has elapsed, Waiter.resume() is called, or the test is failed.
await(long, int) - Method in class net.jodah.concurrentunit.ConcurrentTestCase
 
await(long, int) - Method in class net.jodah.concurrentunit.Waiter
Waits until the delay has elapsed, Waiter.resume() is called expectedResumes times, or the test is failed.
await(long, TimeUnit) - Method in class net.jodah.concurrentunit.ConcurrentTestCase
 
await(long, TimeUnit) - Method in class net.jodah.concurrentunit.internal.ReentrantCircuit
Waits for the waitDuration until the circuit has been closed, aborting if interrupted, returning true if the circuit is closed else false.
await(long, TimeUnit) - Method in class net.jodah.concurrentunit.Waiter
Waits until the delay has elapsed, Waiter.resume() is called, or the test is failed.
await(long, TimeUnit, int) - Method in class net.jodah.concurrentunit.ConcurrentTestCase
 
await(long, TimeUnit, int) - Method in class net.jodah.concurrentunit.Waiter
Waits until the delay has elapsed, Waiter.resume() is called expectedResumes times, or the test is failed.

B

benchmark(DistContinuous) - Static method in class nl.tudelft.simulation.jstats.distributions.benchmark.DistributionsBenchmark
benchmarks a stream by drawing 1000000 double values.
benchmark(DistDiscrete) - Static method in class nl.tudelft.simulation.jstats.distributions.benchmark.DistributionsBenchmark
benchmarks a stream by drawing 1000000 double values.
benchmark(StreamInterface) - Static method in class nl.tudelft.simulation.jstats.streams.StreamsBenchmark
benchmarks a stream by drawing 1000000 double values.

C

close() - Method in class net.jodah.concurrentunit.internal.ReentrantCircuit
Closes the circuit, releasing any waiting threads.
ConcurrentTestCase - Class in net.jodah.concurrentunit
Convenience support class, wrapping a Waiter.

Copyright 2010-2016 the original author or authors.
ConcurrentTestCase() - Constructor for class net.jodah.concurrentunit.ConcurrentTestCase
 
constructModel() - Method in class nl.tudelft.simulation.dsol.experiment.ExperimentTest.CountModel
constructModel() - Method in class nl.tudelft.simulation.dsol.experiment.ExperimentTest.MM1Model
constructModel() - Method in class nl.tudelft.simulation.dsol.formalisms.eventscheduling.DevsRealTimeClockDoubleTest.ModelDouble
constructModel() - Method in class nl.tudelft.simulation.dsol.formalisms.eventscheduling.DevsSimulationDoubleTest.ModelDouble
constructModel() - Method in class nl.tudelft.simulation.dsol.serialize.Model
constructModel() - Method in class nl.tudelft.simulation.dsol.simulators.DevsTestModel
constructModel() - Method in class nl.tudelft.simulation.dsol.simulators.SimulatorTest.TestModel
constructModel() - Method in class nl.tudelft.simulation.dsol.simulators.TestModel
constructModel() - Method in class nl.tudelft.simulation.dsol.statistics.DummyModel
ContinuousDistributionTest - Class in nl.tudelft.simulation.jstats.distributions
DistributionTest tests the correct statistics of the Normal and LogNormal distributions, based on a tally of their values.
ContinuousDistributionTest() - Constructor for class nl.tudelft.simulation.jstats.distributions.ContinuousDistributionTest
 
CountModel(DevsSimulatorInterface<Double>, Map<Integer, Integer>) - Constructor for class nl.tudelft.simulation.dsol.experiment.ExperimentTest.CountModel
 
CumulativeProbabilitiesTest - Class in nl.tudelft.simulation.jstats.distributions.empirical
Test the CumulativeProbabilities helper class.
CumulativeProbabilitiesTest() - Constructor for class nl.tudelft.simulation.jstats.distributions.empirical.CumulativeProbabilitiesTest
 

D

delayTest() - Method in class nl.tudelft.simulation.dsol.formalisms.flow.FlowTest
Test the Delay.
DessSimulatorTest - Class in nl.tudelft.simulation.dsol.simulators
The DESSSSimulatorTest test the DEVS Simulator.
DessSimulatorTest() - Constructor for class nl.tudelft.simulation.dsol.simulators.DessSimulatorTest
 
DevsExceptionTest - Class in nl.tudelft.simulation.dsol.formalisms.devs
PortAlreadyDefinedExceptionTest.java.
DevsExceptionTest() - Constructor for class nl.tudelft.simulation.dsol.formalisms.devs.DevsExceptionTest
 
DevsRealTimeClockDoubleTest - Class in nl.tudelft.simulation.dsol.formalisms.eventscheduling
 
DevsRealTimeClockDoubleTest() - Constructor for class nl.tudelft.simulation.dsol.formalisms.eventscheduling.DevsRealTimeClockDoubleTest
 
DevsRealTimeClockDoubleTest.ModelDouble - Class in nl.tudelft.simulation.dsol.formalisms.eventscheduling
THE MODEL.
DevsSimulationDoubleTest - Class in nl.tudelft.simulation.dsol.formalisms.eventscheduling
 
DevsSimulationDoubleTest() - Constructor for class nl.tudelft.simulation.dsol.formalisms.eventscheduling.DevsSimulationDoubleTest
 
DevsSimulationDoubleTest.ModelDouble - Class in nl.tudelft.simulation.dsol.formalisms.eventscheduling
THE MODEL.
devsSimulator - Variable in class nl.tudelft.simulation.dsol.formalisms.eventscheduling.DevsRealTimeClockDoubleTest
 
devsSimulator - Variable in class nl.tudelft.simulation.dsol.formalisms.eventscheduling.DevsSimulationDoubleTest
 
DevsSimulatorTest - Class in nl.tudelft.simulation.dsol.simulators
The DevsSimulatorTest test the DEVS Simulator.
DevsSimulatorTest() - Constructor for class nl.tudelft.simulation.dsol.simulators.DevsSimulatorTest
 
DevsTestModel - Class in nl.tudelft.simulation.dsol.simulators
The DevsSimulatorTestmodel specifies the model.
DevsTestModel(DevsSimulatorInterface<Double>) - Constructor for class nl.tudelft.simulation.dsol.simulators.DevsTestModel
constructs a new DEVSTestModel.
DifferentialEquationTest - Class in nl.tudelft.simulation.jstats.ode
The test script for the ODE package.
DifferentialEquationTest() - Constructor for class nl.tudelft.simulation.jstats.ode.DifferentialEquationTest
 
DifferentialEquationTest.ODE - Class in nl.tudelft.simulation.jstats.ode
ODE.
DifferentialEquationTest.StiffODE - Class in nl.tudelft.simulation.jstats.ode
Stiff ODE.
DiscreteDistributionTest - Class in nl.tudelft.simulation.jstats.distributions
DistributionTest tests the correct statistics of the discrete distributions, based on a tally of their values.
DiscreteDistributionTest() - Constructor for class nl.tudelft.simulation.jstats.distributions.DiscreteDistributionTest
 
DistEmpiricalTest - Class in nl.tudelft.simulation.jstats.distributions.empirical
DistEmpiricalTest tests the DistEmpirical and the DistEmpiricalDiscreteLong, based on several ways of constructing the underlying EmpiricalDistribution.
DistEmpiricalTest() - Constructor for class nl.tudelft.simulation.jstats.distributions.empirical.DistEmpiricalTest
 
DistributionFrequenciesTest - Class in nl.tudelft.simulation.jstats.distributions.empirical
Test the DistributionFrequencies helper class.
DistributionFrequenciesTest() - Constructor for class nl.tudelft.simulation.jstats.distributions.empirical.DistributionFrequenciesTest
 
DistributionsBenchmark - Class in nl.tudelft.simulation.jstats.distributions.benchmark
 
DistributionUnitTest - Class in nl.tudelft.simulation.jstats.distributions.unit
DistributionUnitTest tests the distributions of scalars with a unit.
DistributionUnitTest() - Constructor for class nl.tudelft.simulation.jstats.distributions.unit.DistributionUnitTest
 
doWork(double) - Method in class nl.tudelft.simulation.dsol.formalisms.eventscheduling.DevsRealTimeClockDoubleTest
do some work.
doWork(double) - Method in class nl.tudelft.simulation.dsol.formalisms.eventscheduling.DevsSimulationDoubleTest
do some work.
DummyModel - Class in nl.tudelft.simulation.dsol.statistics
DummyModel acts as an 'empty' DSOL model for the statistics tests.
DummyModel(DevsSimulatorInterface<Double>) - Constructor for class nl.tudelft.simulation.dsol.statistics.DummyModel
 
dy(double, double[]) - Method in class nl.tudelft.simulation.dsol.serialize.SimpleDifferentialEquation
dy(double, double[]) - Method in class nl.tudelft.simulation.jstats.ode.DifferentialEquationTest.ODE
dy(double, double[]) - Method in class nl.tudelft.simulation.jstats.ode.DifferentialEquationTest.StiffODE

E

EmpiricalDistributionTest - Class in nl.tudelft.simulation.jstats.distributions.empirical
Test the EmpiricalDistribution class.
EmpiricalDistributionTest() - Constructor for class nl.tudelft.simulation.jstats.distributions.empirical.EmpiricalDistributionTest
 
endWait(ExperimentTest.Entity) - Method in class nl.tudelft.simulation.dsol.experiment.ExperimentTest.MM1Model
 
Entity(double) - Constructor for class nl.tudelft.simulation.dsol.experiment.ExperimentTest.Entity
 
erf(double) - Static method in class nl.tudelft.simulation.jstats.math.ErfPrecision
Calculate erf(z), where three different algorithms are used for small, medium, and large values.
erfBig(double) - Static method in class nl.tudelft.simulation.jstats.math.ErfPrecision
Calculate erf(z) for large values using the Taylor series:
    erf(z) = 1 - (exp(-z2) / √π) Σ [ (-1)n (2n - 1)!!
erfInv(double) - Static method in class nl.tudelft.simulation.jstats.math.ErfPrecision
Approximates erf-1(p) using a Taylor series.
The Taylor series for erf-1(z) is:
    erf-1(p) = √π Σ [ 1/2 p + 1/24 π p3 + 7/960 π2 p5 + 127/80640 π3 p7 + ... ]
See https://mathworld.wolfram.com/InverseErf.html.
ErfPrecision - Class in nl.tudelft.simulation.jstats.math
Erf function precision test.
erfSmall(double) - Static method in class nl.tudelft.simulation.jstats.math.ErfPrecision
The Taylor series for erf(z) for abs(z) < 0.5 that is used is:
    erf(z) = (exp(-z2) / √π) Σ [ 2z2n + 1 / (2n + 1)!!]
erfTaylor(double) - Static method in class nl.tudelft.simulation.jstats.math.ErfPrecision
Calculate erf(z) using the Taylor series:
    erf(z) = (2/√π) (z - z3/3 + z5/10 - z7/42 + z9/216 - ...)
The factors are given by https://oeis.org/A007680, which evaluates to a(n) = (2n+1)n!.
errors - Variable in class nl.tudelft.simulation.dsol.formalisms.eventscheduling.SimEventTest
errors.
EventListPerformanceTest - Class in nl.tudelft.simulation.dsol.eventList
EventListPerformanceTest.java.
EventListPerformanceTest.Test - Class in nl.tudelft.simulation.dsol.eventList
Test class.
EventListPerformanceTest2 - Class in nl.tudelft.simulation.dsol.eventList
EventListPerformanceTest.java.
EventListPerformanceTest2.Test - Class in nl.tudelft.simulation.dsol.eventList
Test class.
EventListTest - Class in nl.tudelft.simulation.dsol.eventList
This class defines the JUnit test for the TreeMapEventListOld.
EventListTest() - Constructor for class nl.tudelft.simulation.dsol.eventList.EventListTest
 
ExperimentTest - Class in nl.tudelft.simulation.dsol.experiment
ExperimentTest tests the correct working of the Experiment object.
ExperimentTest() - Constructor for class nl.tudelft.simulation.dsol.experiment.ExperimentTest
 
ExperimentTest.CountModel - Class in nl.tudelft.simulation.dsol.experiment
Model class.
ExperimentTest.Entity - Class in nl.tudelft.simulation.dsol.experiment
the entity class.
ExperimentTest.MM1Model - Class in nl.tudelft.simulation.dsol.experiment
Quick and dirty MM1 queuing system Model class.
ExperimentUtilDouble - Class in nl.tudelft.simulation.dsol.simulators
A TestExperimentalFrame.

F

fail() - Method in class net.jodah.concurrentunit.Waiter
Fails the current test.
fail(String) - Method in class net.jodah.concurrentunit.Waiter
Fails the current test for the given reason.
fail(Throwable) - Method in class net.jodah.concurrentunit.Waiter
Fails the current test with the given reason, sets the number of expected resumes to 0, and throws the reason as an AssertionError in the main test thread and in the current thread.
FlowTest - Class in nl.tudelft.simulation.dsol.formalisms.flow
FlowTest tests the flow objects, such as FlowObject, Seize, Delay, Release.
FlowTest() - Constructor for class nl.tudelft.simulation.dsol.formalisms.flow.FlowTest
 

G

getCreateTime() - Method in class nl.tudelft.simulation.dsol.experiment.ExperimentTest.Entity
 
getValue() - Method in class nl.tudelft.simulation.dsol.simulators.SimulatorTest.TestModel
 

I

InputParameterDistTest - Class in nl.tudelft.simulation.dsol.model.inputparameters
InputParameterTest for Distributions.
InputParameterDistTest() - Constructor for class nl.tudelft.simulation.dsol.model.inputparameters.InputParameterDistTest
 
InputParameterExceptionTest - Class in nl.tudelft.simulation.dsol.model.inputparameters
InputParameterExceptionTest.java.
InputParameterExceptionTest() - Constructor for class nl.tudelft.simulation.dsol.model.inputparameters.InputParameterExceptionTest
 
InputParameterTest - Class in nl.tudelft.simulation.dsol.model.inputparameters
InputParameterTest.java.
InputParameterTest() - Constructor for class nl.tudelft.simulation.dsol.model.inputparameters.InputParameterTest
 
interruptWaiters() - Method in class net.jodah.concurrentunit.internal.ReentrantCircuit
Interrupts waiting threads.
inverseErf(double) - Static method in class nl.tudelft.simulation.jstats.math.ErfPrecision
Calculate based on http://www.naic.edu/~jeffh/inverse_cerf.c code.
isClosed() - Method in class net.jodah.concurrentunit.internal.ReentrantCircuit
Returns whether the circuit is closed.
isClosed() - Method in class net.jodah.concurrentunit.internal.ReentrantCircuit.Sync
 

L

loop() - Method in class nl.tudelft.simulation.dsol.simulators.SimulatorTest.TestModel
 

M

main(String[]) - Static method in class nl.tudelft.simulation.dsol.eventList.EventListPerformanceTest
 
main(String[]) - Static method in class nl.tudelft.simulation.dsol.eventList.EventListPerformanceTest2
 
main(String[]) - Static method in class nl.tudelft.simulation.jstats.distributions.benchmark.DistributionsBenchmark
executes the benchmark.
main(String[]) - Static method in class nl.tudelft.simulation.jstats.distributions.benchmark.StreamBenchmark
 
main(String[]) - Static method in class nl.tudelft.simulation.jstats.math.ErfPrecision
 
main(String[]) - Static method in class nl.tudelft.simulation.jstats.streams.StreamsBenchmark
executes the benchmark.
main(String[]) - Static method in class nl.tudelft.simulation.jstats.streams.StreamsGuiInspector
executes the main program.
mArg1(double) - Method in class nl.tudelft.simulation.dsol.eventList.EventListPerformanceTest.Test
Callable m_Arg1 method.
mArg1(double) - Method in class nl.tudelft.simulation.dsol.eventList.EventListPerformanceTest2.Test
Callable m_Arg1 method.
MaxDiffFilterTest - Class in nl.tudelft.simulation.jstats.filters
Tests the MaxDiffFilter.
MaxDiffFilterTest() - Constructor for class nl.tudelft.simulation.jstats.filters.MaxDiffFilterTest
 
MM1Model(DevsSimulatorInterface<Double>) - Constructor for class nl.tudelft.simulation.dsol.experiment.ExperimentTest.MM1Model
 
MM1Model(DevsSimulatorInterface<Double>, StreamInformation) - Constructor for class nl.tudelft.simulation.dsol.experiment.ExperimentTest.MM1Model
 
Model - Class in nl.tudelft.simulation.dsol.serialize
The histogram specifies a histogram chart for the DSOL framework.
Model(DevsSimulatorInterface<Double>) - Constructor for class nl.tudelft.simulation.dsol.serialize.Model
constructs a new Model.
ModelDouble(DevsSimulatorInterface<Double>) - Constructor for class nl.tudelft.simulation.dsol.formalisms.eventscheduling.DevsRealTimeClockDoubleTest.ModelDouble
 
ModelDouble(DevsSimulatorInterface<Double>) - Constructor for class nl.tudelft.simulation.dsol.formalisms.eventscheduling.DevsSimulationDoubleTest.ModelDouble
 
ModelTest - Class in nl.tudelft.simulation.dsol.model
ModelTest.java.
ModelTest() - Constructor for class nl.tudelft.simulation.dsol.model.ModelTest
 

N

net.jodah.concurrentunit - package net.jodah.concurrentunit
From: https://github.com/jhalterman/concurrentunit/tree/master/src/main/java/net/jodah/concurrentunit Copyright 2010-2016 the original author or authors.
net.jodah.concurrentunit.internal - package net.jodah.concurrentunit.internal
 
next() - Method in class nl.tudelft.simulation.dsol.experiment.ExperimentTest.CountModel
next method.
next() - Method in class nl.tudelft.simulation.dsol.experiment.ExperimentTest.MM1Model
next method.
nl.tudelft.simulation.dsol - package nl.tudelft.simulation.dsol
 
nl.tudelft.simulation.dsol.eventList - package nl.tudelft.simulation.dsol.eventList
 
nl.tudelft.simulation.dsol.experiment - package nl.tudelft.simulation.dsol.experiment
 
nl.tudelft.simulation.dsol.formalisms.devs - package nl.tudelft.simulation.dsol.formalisms.devs
 
nl.tudelft.simulation.dsol.formalisms.eventscheduling - package nl.tudelft.simulation.dsol.formalisms.eventscheduling
 
nl.tudelft.simulation.dsol.formalisms.flow - package nl.tudelft.simulation.dsol.formalisms.flow
 
nl.tudelft.simulation.dsol.model - package nl.tudelft.simulation.dsol.model
 
nl.tudelft.simulation.dsol.model.inputparameters - package nl.tudelft.simulation.dsol.model.inputparameters
 
nl.tudelft.simulation.dsol.serialize - package nl.tudelft.simulation.dsol.serialize
 
nl.tudelft.simulation.dsol.simtime - package nl.tudelft.simulation.dsol.simtime
 
nl.tudelft.simulation.dsol.simulators - package nl.tudelft.simulation.dsol.simulators
 
nl.tudelft.simulation.dsol.statistics - package nl.tudelft.simulation.dsol.statistics
 
nl.tudelft.simulation.jstats.distributions - package nl.tudelft.simulation.jstats.distributions
 
nl.tudelft.simulation.jstats.distributions.benchmark - package nl.tudelft.simulation.jstats.distributions.benchmark
Benchmarks for the different streams and distribution functions.
nl.tudelft.simulation.jstats.distributions.empirical - package nl.tudelft.simulation.jstats.distributions.empirical
 
nl.tudelft.simulation.jstats.distributions.unit - package nl.tudelft.simulation.jstats.distributions.unit
 
nl.tudelft.simulation.jstats.filters - package nl.tudelft.simulation.jstats.filters
 
nl.tudelft.simulation.jstats.math - package nl.tudelft.simulation.jstats.math
 
nl.tudelft.simulation.jstats.ode - package nl.tudelft.simulation.jstats.ode
 
nl.tudelft.simulation.jstats.streams - package nl.tudelft.simulation.jstats.streams
 
NormalDistributionTest - Class in nl.tudelft.simulation.jstats.distributions
DistributionTest tests the correct statistics of the Normal, LogNormal, Truncated Normal, and Truncated LogNormal distributions, based on a tally of their values.
NormalDistributionTest() - Constructor for class nl.tudelft.simulation.jstats.distributions.NormalDistributionTest
 
notify(Event) - Method in class nl.tudelft.simulation.dsol.formalisms.eventscheduling.DevsRealTimeClockDoubleTest
notify(Event) - Method in class nl.tudelft.simulation.dsol.formalisms.eventscheduling.DevsSimulationDoubleTest
notify(Event) - Method in class nl.tudelft.simulation.dsol.simulators.DessSimulatorTest
notify(Event) - Method in class nl.tudelft.simulation.dsol.simulators.DevsSimulatorTest
notify(Event) - Method in class nl.tudelft.simulation.dsol.simulators.TestModel

O

ODE(double, NumericalIntegratorType) - Constructor for class nl.tudelft.simulation.jstats.ode.DifferentialEquationTest.ODE
constructs a new Function.
open() - Method in class net.jodah.concurrentunit.internal.ReentrantCircuit
Opens the circuit.
open() - Method in class net.jodah.concurrentunit.internal.ReentrantCircuit.Sync
set state to 1.

P

paintComponent(Graphics) - Method in class nl.tudelft.simulation.jstats.streams.StreamsGuiInspector
pause() - Method in class nl.tudelft.simulation.dsol.serialize.Model
pauses the model.
ProbabilityDensitiesTest - Class in nl.tudelft.simulation.jstats.distributions.empirical
Test the ProbabilityDensities helper class.
ProbabilityDensitiesTest() - Constructor for class nl.tudelft.simulation.jstats.distributions.empirical.ProbabilityDensitiesTest
 
ProbMathTest - Class in nl.tudelft.simulation.jstats.math
The tests for the ProbMath class.
ProbMathTest() - Constructor for class nl.tudelft.simulation.jstats.math.ProbMathTest
 

R

ReadInputParameterTest - Class in nl.tudelft.simulation.dsol.model.inputparameters
ReadInputParameterTest.java.
ReadInputParameterTest() - Constructor for class nl.tudelft.simulation.dsol.model.inputparameters.ReadInputParameterTest
 
ReentrantCircuit - Class in net.jodah.concurrentunit.internal
A circuit that accepts re-entrant ReentrantCircuit.open() and ReentrantCircuit.close() calls, allows waiting threads to be interrupted, and ensures fairness when releasing waiting threads.
ReentrantCircuit() - Constructor for class net.jodah.concurrentunit.internal.ReentrantCircuit
 
ReentrantCircuit.Sync - Class in net.jodah.concurrentunit.internal
Synchronization state of 0 = closed, 1 = open.
ReplicationTest - Class in nl.tudelft.simulation.dsol.experiment
ReplicationTest tests the SingleReplication and AbstractReplication objects.
ReplicationTest() - Constructor for class nl.tudelft.simulation.dsol.experiment.ReplicationTest
 
resume() - Method in class net.jodah.concurrentunit.ConcurrentTestCase
 
resume() - Method in class net.jodah.concurrentunit.Waiter
Resumes the waiter when the expected number of Waiter.resume() calls have occurred.
rethrow(Throwable) - Method in class net.jodah.concurrentunit.ConcurrentTestCase
 
rethrow(Throwable) - Method in class net.jodah.concurrentunit.Waiter
Rethrows the failure in the main test thread and in the current thread.
run() - Method in class nl.tudelft.simulation.dsol.formalisms.eventscheduling.SimEventTest.ThreadRunner
run() - Method in class nl.tudelft.simulation.dsol.simulators.DevsTestModel
the method which is scheduled.
RunControlTest - Class in nl.tudelft.simulation.dsol.experiment
RunControlTest tests the RunControl object.
RunControlTest() - Constructor for class nl.tudelft.simulation.dsol.experiment.RunControlTest
 
RUNLENGTH - Static variable in class nl.tudelft.simulation.dsol.simulators.ExperimentUtilDouble
RUNLENGTH is the runLength for this experiment.

S

schedule() - Method in class nl.tudelft.simulation.dsol.simulators.SimulatorTest.TestModel
 
SEED - Static variable in class nl.tudelft.simulation.dsol.simulators.ExperimentUtilDouble
SEED is the seed value for the DEFAULT stream.
SerializeTest - Class in nl.tudelft.simulation.dsol.serialize
This class defines the JUnit test for the SerializeTest.
SerializeTest() - Constructor for class nl.tudelft.simulation.dsol.serialize.SerializeTest
 
SimCounterTest - Class in nl.tudelft.simulation.dsol.statistics
The counterTest test the counter.
SimCounterTest() - Constructor for class nl.tudelft.simulation.dsol.statistics.SimCounterTest
 
SimEventTest - Class in nl.tudelft.simulation.dsol.formalisms.eventscheduling
SimEventTest.java.
SimEventTest() - Constructor for class nl.tudelft.simulation.dsol.formalisms.eventscheduling.SimEventTest
 
SimEventTest.ThreadRunner - Class in nl.tudelft.simulation.dsol.formalisms.eventscheduling
thread to create 100000 events each.
SimPersistentTest - Class in nl.tudelft.simulation.dsol.statistics
The SimPersistentTest test the SimPersistent.
SimPersistentTest() - Constructor for class nl.tudelft.simulation.dsol.statistics.SimPersistentTest
 
SimpleDifferentialEquation - Class in nl.tudelft.simulation.dsol.serialize
The histogram specifies a histogram chart for the DSOL framework.
SimpleDifferentialEquation(DessSimulatorInterface, double, NumericalIntegratorType, int) - Constructor for class nl.tudelft.simulation.dsol.serialize.SimpleDifferentialEquation
constructs a new DifferentialEquation.
SimRuntimeExceptionTest - Class in nl.tudelft.simulation.dsol
SimRuntimeExceptionTest.java.
SimRuntimeExceptionTest() - Constructor for class nl.tudelft.simulation.dsol.SimRuntimeExceptionTest
 
SimTallyTest - Class in nl.tudelft.simulation.dsol.statistics
The SimTallyTest tests the SimTally.
SimTallyTest() - Constructor for class nl.tudelft.simulation.dsol.statistics.SimTallyTest
 
SimTimeTest - Class in nl.tudelft.simulation.dsol.simtime
SimTimeTest tests the SimTime classes.
SimTimeTest() - Constructor for class nl.tudelft.simulation.dsol.simtime.SimTimeTest
 
SimulatorTest - Class in nl.tudelft.simulation.dsol.simulators
SimulatorTest tests the simulator.addScheduledMethodOnInitialize method.
SimulatorTest() - Constructor for class nl.tudelft.simulation.dsol.simulators.SimulatorTest
 
SimulatorTest.TestModel - Class in nl.tudelft.simulation.dsol.simulators
 
SimulatorTest.TestScheduledInitMethods - Class in nl.tudelft.simulation.dsol.simulators
 
sleep(long) - Static method in class nl.tudelft.simulation.dsol.Sleep
Sleep millis milliseconds.
sleep(long, int) - Static method in class nl.tudelft.simulation.dsol.Sleep
Sleep millis + nanos time.
Sleep - Class in nl.tudelft.simulation.dsol
Sleep implements a sleep without an InterruptedException.
SnippetFilterTest - Class in nl.tudelft.simulation.jstats.filters
Tests the MaxDiffFilter.
SnippetFilterTest() - Constructor for class nl.tudelft.simulation.jstats.filters.SnippetFilterTest
 
STARTTIME - Static variable in class nl.tudelft.simulation.dsol.simulators.ExperimentUtilDouble
STARTTIME defines the starting time for the experiment in millisec since 1970.
step1(double) - Method in class nl.tudelft.simulation.dsol.formalisms.eventscheduling.DevsRealTimeClockDoubleTest
Do a simulation step and check the time.
step1(double) - Method in class nl.tudelft.simulation.dsol.formalisms.eventscheduling.DevsSimulationDoubleTest
Do a simulation step and check the time.
StiffODE(double, NumericalIntegratorType) - Constructor for class nl.tudelft.simulation.jstats.ode.DifferentialEquationTest.StiffODE
constructs a new Function.
stream - Variable in class nl.tudelft.simulation.jstats.distributions.ContinuousDistributionTest
the random stream to use.
stream - Variable in class nl.tudelft.simulation.jstats.distributions.DiscreteDistributionTest
the random stream to use.
stream - Variable in class nl.tudelft.simulation.jstats.distributions.NormalDistributionTest
the random stream to use.
StreamBenchmark - Class in nl.tudelft.simulation.jstats.distributions.benchmark
Benchmark the random generators of DSOL.
StreamExceptionTest - Class in nl.tudelft.simulation.jstats.streams
StreamExceptionTest.java.
StreamExceptionTest() - Constructor for class nl.tudelft.simulation.jstats.streams.StreamExceptionTest
 
StreamInformationTest - Class in nl.tudelft.simulation.dsol.experiment
StreamInformationTest tests the StreamInformation object.
StreamInformationTest() - Constructor for class nl.tudelft.simulation.dsol.experiment.StreamInformationTest
 
StreamsBenchmark - Class in nl.tudelft.simulation.jstats.streams
The StreamsBenchmark provides computational execution speed insight in the different streams.
StreamsGuiInspector - Class in nl.tudelft.simulation.jstats.streams
The DistributionsGUIInspector provides graphical insight in the randomness of different streams.
StreamsGuiInspector(StreamInterface) - Constructor for class nl.tudelft.simulation.jstats.streams.StreamsGuiInspector
constructs a new DistributionsGUIInspector.
StreamStateSaveRestoreTest - Class in nl.tudelft.simulation.jstats.streams

copyright (c) 2002-2021 Delft University of Technology.
StreamStateSaveRestoreTest() - Constructor for class nl.tudelft.simulation.jstats.streams.StreamStateSaveRestoreTest
 
StreamTest - Class in nl.tudelft.simulation.jstats.streams
The test script for the random generator classes.
StreamTest() - Constructor for class nl.tudelft.simulation.jstats.streams.StreamTest
 
Sync() - Constructor for class net.jodah.concurrentunit.internal.ReentrantCircuit.Sync
 

T

test() - Method in class nl.tudelft.simulation.dsol.formalisms.eventscheduling.SimEventTest.ThreadRunner
 
test() - Method in class nl.tudelft.simulation.dsol.simulators.SimulatorTest.TestModel
 
test() - Method in class nl.tudelft.simulation.dsol.statistics.SimCounterTest
Test the counter.
Test() - Constructor for class nl.tudelft.simulation.dsol.eventList.EventListPerformanceTest.Test
 
Test() - Constructor for class nl.tudelft.simulation.dsol.eventList.EventListPerformanceTest2.Test
 
testAllEventLists() - Method in class nl.tudelft.simulation.dsol.eventList.EventListTest
test the different event list implementations.
testBernoulli() - Method in class nl.tudelft.simulation.jstats.distributions.DiscreteDistributionTest
Test the Bernoulli distribution.
testBeta() - Method in class nl.tudelft.simulation.jstats.distributions.ContinuousDistributionTest
Test the Beta distribution.
testBinomial() - Method in class nl.tudelft.simulation.jstats.distributions.DiscreteDistributionTest
Test the Binomial distribution.
testCombination() - Method in class nl.tudelft.simulation.jstats.math.ProbMathTest
Test the combination functions.
testConstant() - Method in class nl.tudelft.simulation.jstats.distributions.ContinuousDistributionTest
Test the Constant distribution.
testCopy() - Method in class nl.tudelft.simulation.dsol.simtime.SimTimeTest
test copy.
testCreateCumulativeDoubleDoubleInterpolated() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.CumulativeProbabilitiesTest
Test the construction from a cumulative distribution with double[] cumulative distribution and double[] values.
testCreateCumulativeDoubleDoubleNotInterpolated() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.CumulativeProbabilitiesTest
Test the construction from a cumulative distribution with double[] cumulative distribution and double[] values.
testCreateCumulativeDoubleNumberInterpolated() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.CumulativeProbabilitiesTest
Test the construction from a cumulative distribution with double[] cumulative distribution and Number[] values.
testCreateCumulativeDoubleNumberNotInterpolated() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.CumulativeProbabilitiesTest
Test the construction from a cumulative distribution with double[] cumulative distribution and Number[] values.
testCreateCumulativeListInterpolated() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.CumulativeProbabilitiesTest
Test the construction from a cumulative distribution with List<Double> cumulative distribution and List<Double> values.
testCreateCumulativeListNotInterpolated() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.CumulativeProbabilitiesTest
Test the construction from a cumulative distribution with List<Double> cumulative distribution and List<Double> values.
testCreateCumulativeLongNumberInterpolated() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.CumulativeProbabilitiesTest
Test the construction from a cumulative distribution with double[] cumulative distribution and long[] values.
testCreateCumulativeLongNumberNotInterpolated() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.CumulativeProbabilitiesTest
Test the construction from a cumulative distribution with double[] cumulative distribution and long[] values.
testCreateCumulativeMapInterpolated() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.CumulativeProbabilitiesTest
Test the construction from a cumulative distribution with values from a SortedMap.
testCreateCumulativeMapNotInterpolated() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.CumulativeProbabilitiesTest
Test the construction from a cumulative distribution with values from a SortedMap.
testCreateDensityDoubleDoubleInterpolated() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.ProbabilityDensitiesTest
Test the construction from a density with double[] density and double[] values.
testCreateDensityDoubleDoubleNotInterpolated() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.ProbabilityDensitiesTest
Test the construction from a density with double[] density and double[] values.
testCreateDensityDoubleLongInterpolated() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.ProbabilityDensitiesTest
Test the construction from a density with double[] density and Long[] values.
testCreateDensityDoubleLongNotInterpolated() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.ProbabilityDensitiesTest
Test the construction from a density with double[] density and long[] values.
testCreateDensityDoubleNumberInterpolated() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.ProbabilityDensitiesTest
Test the construction from a density with double[] density and Number[] values.
testCreateDensityDoubleNumberNotInterpolated() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.ProbabilityDensitiesTest
Test the construction from a density with double[] density and Number[] values.
testCreateDensityListInterpolated() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.ProbabilityDensitiesTest
Test the construction from a density with List<Double> density and List<Double> values.
testCreateDensityListNotInterpolated() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.ProbabilityDensitiesTest
Test the construction from a density with List<Double> density and List<Double> values.
testCreateDensityMapNotInterpolated() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.ProbabilityDensitiesTest
Test the construction from a density with values from a SortedMap.
testCreateFrequencyDoubleLong() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.DistributionFrequenciesTest
Test the construction from a frequency with double[] weights and long[] values.
testCreateFrequencyDoubleNumber() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.DistributionFrequenciesTest
Test the construction from a frequency with double[] weight and Number[] values.
testCreateFrequencyIntDouble() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.DistributionFrequenciesTest
Test the construction from a density with int[] frequencies and double[] values.
testCreateFrequencyIntLong() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.DistributionFrequenciesTest
Test the construction from a frequency with int[] frequency and long[] values.
testCreateFrequencyListNumber() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.DistributionFrequenciesTest
Test the construction from a frequency with List<Double> frequency and List<Double> values.
testCreateFrequencyLongDouble() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.DistributionFrequenciesTest
Test the construction from a density with long[] frequencies and double[] values.
testCreateFrequencyLongLong() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.DistributionFrequenciesTest
Test the construction from a frequency with long[] frequency and long[] values.
testCreateFrequencyMap() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.DistributionFrequenciesTest
Test the construction from a frequency with values from a SortedMap.
testCreateWeightDoubleDouble() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.DistributionFrequenciesTest
Test the construction from a density with double[] weight and double[] values.
testDessSimulator() - Method in class nl.tudelft.simulation.dsol.simulators.DessSimulatorTest
DessSimulatorTest.
testDevsRealTimeClockDouble() - Method in class nl.tudelft.simulation.dsol.formalisms.eventscheduling.DevsRealTimeClockDoubleTest
 
testDevsSimulationDouble() - Method in class nl.tudelft.simulation.dsol.formalisms.eventscheduling.DevsSimulationDoubleTest
 
testDevsSimulator() - Method in class nl.tudelft.simulation.dsol.simulators.DevsSimulatorTest
DevsSimulatorTest.
testDiscreteConstant() - Method in class nl.tudelft.simulation.jstats.distributions.DiscreteDistributionTest
Test the DiscreteConstant distribution.
testDiscreteUniform() - Method in class nl.tudelft.simulation.jstats.distributions.DiscreteDistributionTest
Test the DiscreteUniform distribution.
testDistDiscreteEmpiricalCumulative() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.DistEmpiricalTest
Test the DistDiscreteEmpirical based on a provided cumulative distribution.
testDistEmpiricalCumulativeInterpolated() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.DistEmpiricalTest
Test the DistEmpirical based on a provided cumulative distribution, with interpolation.
testDistEmpiricalCumulativeNonInterpolated() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.DistEmpiricalTest
Test the DistEmpirical based on a provided cumulative distribution, not interpolated.
testDistributionEntry() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.EmpiricalDistributionTest
Test the DistributionEntry object.
testDistributionsMeanVariance() - Method in class nl.tudelft.simulation.jstats.distributions.ContinuousDistributionTest
Test the distributions for the correct stats based on a tally of their values.
testDistributionsMeanVariance() - Method in class nl.tudelft.simulation.jstats.distributions.DiscreteDistributionTest
Test the distributions for the correct stats based on a tally of their values.
testDistributionsMeanVariance() - Method in class nl.tudelft.simulation.jstats.distributions.NormalDistributionTest
Test the distributions for the correct stats based on a tally of their values.
testDistributionsUnit() - Method in class nl.tudelft.simulation.jstats.distributions.unit.DistributionUnitTest
Test whether the distributions with a unit return the right type of sample.
testDoubleExperiment() - Method in class nl.tudelft.simulation.dsol.experiment.ExperimentTest
Test the Experiment object.
testDsolModel() - Method in class nl.tudelft.simulation.dsol.model.ModelTest
Test the AbstractDsolModel class.
testErf() - Method in class nl.tudelft.simulation.jstats.math.ProbMathTest
Test the erf(z)and erfInv(z) functions.
testErlang() - Method in class nl.tudelft.simulation.jstats.distributions.ContinuousDistributionTest
Test the Erlang distribution.
testEventList(EventListInterface<Double>) - Method in class nl.tudelft.simulation.dsol.eventList.EventListTest
Test an implementation of the EventList.
testExperimentRun() - Method in class nl.tudelft.simulation.dsol.experiment.ExperimentTest
test the execution of an experiment with 10 replications.
testExperimentRunControl() - Method in class nl.tudelft.simulation.dsol.experiment.RunControlTest
test the ExperimentRunControl object.
testExperimentRunSeedUpdater() - Method in class nl.tudelft.simulation.dsol.experiment.ExperimentTest
test the execution of an experiment with 10 replications and the use of a seed updater.
testExperimentTypes() - Method in class nl.tudelft.simulation.dsol.experiment.ExperimentTest
Test the Experiment object.
testExponential() - Method in class nl.tudelft.simulation.jstats.distributions.ContinuousDistributionTest
Test the Exponential distribution.
testFactorial() - Method in class nl.tudelft.simulation.jstats.math.ProbMathTest
Test the factorial functions.
testGamma() - Method in class nl.tudelft.simulation.jstats.distributions.ContinuousDistributionTest
Test the Gamma distribution.
testGammaBeta() - Method in class nl.tudelft.simulation.jstats.math.ProbMathTest
Test the gammaln, gamma, and beta functions.
testGeometric() - Method in class nl.tudelft.simulation.jstats.distributions.DiscreteDistributionTest
Test the Geometric distribution.
testHashCodeEquals() - Method in class nl.tudelft.simulation.jstats.distributions.empirical.EmpiricalDistributionTest
Test the EmpiricalDistribution object.
testInputParameterBoolean() - Method in class nl.tudelft.simulation.dsol.model.inputparameters.InputParameterTest
Test boolean input parameter, and the generic methods of the AbstractInputParameter, so they don't have to be tested by all the other types of input parameters.
testInputParameterDistContinuous() - Method in class nl.tudelft.simulation.dsol.model.inputparameters.InputParameterDistTest
Test continuous distributions input parameter.
testInputParameterDistContinuousSelection() - Method in class nl.tudelft.simulation.dsol.model.inputparameters.InputParameterDistTest
Test continuous distributions selection input parameter.
testInputParameterDistDiscrete() - Method in class nl.tudelft.simulation.dsol.model.inputparameters.InputParameterDistTest
Test discrete distributions input parameter.
testInputParameterDistDiscreteSelection() - Method in class nl.tudelft.simulation.dsol.model.inputparameters.InputParameterDistTest
Test discrete distributions selection input parameter.
testInputParameterDouble() - Method in class nl.tudelft.simulation.dsol.model.inputparameters.InputParameterTest
test double input parameter.
testInputParameterDoubleScalar() - Method in class nl.tudelft.simulation.dsol.model.inputparameters.InputParameterTest
test DoubleScalar input parameter.
testInputParameterException() - Method in class nl.tudelft.simulation.dsol.model.inputparameters.InputParameterExceptionTest
Test InputParameterException.
testInputParameterFloat() - Method in class nl.tudelft.simulation.dsol.model.inputparameters.InputParameterTest
test float input parameter.
testInputParameterFloatScalar() - Method in class nl.tudelft.simulation.dsol.model.inputparameters.InputParameterTest
test FloatScalar input parameter.
testInputParameterInteger() - Method in class nl.tudelft.simulation.dsol.model.inputparameters.InputParameterTest
test int input parameter.
testInputParameterLong() - Method in class nl.tudelft.simulation.dsol.model.inputparameters.InputParameterTest
test long input parameter.
testInputParameterString() - Method in class nl.tudelft.simulation.dsol.model.inputparameters.InputParameterTest
test String input parameter.
testInputParameterUnit() - Method in class nl.tudelft.simulation.dsol.model.inputparameters.InputParameterTest
test Unit input parameter.
testLogNormal() - Method in class nl.tudelft.simulation.jstats.distributions.NormalDistributionTest
Test the LogNormal distribution.
testMaxDiffFilter() - Method in class nl.tudelft.simulation.jstats.filters.MaxDiffFilterTest
tests the ZeroFilter.
testMinus() - Method in class nl.tudelft.simulation.dsol.simtime.SimTimeTest
test minus.
TestModel - Class in nl.tudelft.simulation.dsol.simulators
The TestModel.
TestModel(DevsSimulator<Double>) - Constructor for class nl.tudelft.simulation.dsol.simulators.SimulatorTest.TestModel
 
TestModel(SimulatorInterface<Double>) - Constructor for class nl.tudelft.simulation.dsol.simulators.TestModel
constructs a new TestModel.
testNegBinomial() - Method in class nl.tudelft.simulation.jstats.distributions.DiscreteDistributionTest
Test the Negative Binomial distribution.
testNormal() - Method in class nl.tudelft.simulation.jstats.distributions.NormalDistributionTest
Test the Normal distribution.
testODE() - Method in class nl.tudelft.simulation.jstats.ode.DifferentialEquationTest
tests the differential equation solvers on y' = x.y^(1/3); see F.
testODEStiff() - Method in class nl.tudelft.simulation.jstats.ode.DifferentialEquationTest
tests the differential equation solvers on the stiff equation y" + 101y' + 100y = 0.
testParallel() - Method in class nl.tudelft.simulation.dsol.formalisms.eventscheduling.SimEventTest
Test parallel threads creating simevents.
testPearson5() - Method in class nl.tudelft.simulation.jstats.distributions.ContinuousDistributionTest
Test the Pearson5 distribution.
testPearson6() - Method in class nl.tudelft.simulation.jstats.distributions.ContinuousDistributionTest
Test the Pearson6 distribution.
testPermutation() - Method in class nl.tudelft.simulation.jstats.math.ProbMathTest
Test the permutations functions.
testPlus() - Method in class nl.tudelft.simulation.dsol.simtime.SimTimeTest
test plus.
testPoisson() - Method in class nl.tudelft.simulation.jstats.distributions.DiscreteDistributionTest
Test the Poisson distribution.
testPortAlreadyDefinedException() - Method in class nl.tudelft.simulation.dsol.formalisms.devs.DevsExceptionTest
Test PortAlreadyDefinedException.
testPortNotFoundException() - Method in class nl.tudelft.simulation.dsol.formalisms.devs.DevsExceptionTest
Test PortNotFoundException.
testReadInputParametersArgs() - Method in class nl.tudelft.simulation.dsol.model.inputparameters.ReadInputParameterTest
test reading input parameters from string array.
testReadInputParametersArgsDist() - Method in class nl.tudelft.simulation.dsol.model.inputparameters.ReadInputParameterTest
test reading List input parameters from string array.
testReadInputParametersArgsList() - Method in class nl.tudelft.simulation.dsol.model.inputparameters.ReadInputParameterTest
test reading List input parameters from string array.
testReadInputParametersFile() - Method in class nl.tudelft.simulation.dsol.model.inputparameters.ReadInputParameterTest
test reading input parameters from string array.
testReadNestedInputParametersArgs() - Method in class nl.tudelft.simulation.dsol.model.inputparameters.ReadInputParameterTest
test reading nested input parameters from string array.
testRunControl() - Method in class nl.tudelft.simulation.dsol.experiment.RunControlTest
test the RunControl object.
testRunUpTo() - Method in class nl.tudelft.simulation.dsol.formalisms.eventscheduling.DevsRealTimeClockDoubleTest
 
testRunUpTo() - Method in class nl.tudelft.simulation.dsol.formalisms.eventscheduling.DevsSimulationDoubleTest
 
testScheduledInitMethods() - Method in class nl.tudelft.simulation.dsol.simulators.SimulatorTest
Test the simulator.addScheduledMethodOnInitialize method.
TestScheduledInitMethods() - Constructor for class nl.tudelft.simulation.dsol.simulators.SimulatorTest.TestScheduledInitMethods
 
testSeedManagement() - Method in class nl.tudelft.simulation.jstats.streams.StreamTest
Test the seed management for the Random Number Generator classes.
testSerializability() - Method in class nl.tudelft.simulation.dsol.serialize.SerializeTest
tests the serializability of several simulator objects.
testSimLambda() - Method in class nl.tudelft.simulation.dsol.formalisms.eventscheduling.DevsRealTimeClockDoubleTest
 
testSimLambda() - Method in class nl.tudelft.simulation.dsol.formalisms.eventscheduling.DevsSimulationDoubleTest
 
testSimPersistent() - Method in class nl.tudelft.simulation.dsol.statistics.SimPersistentTest
Test the SimPersistent.
testSimRuntimeException() - Method in class nl.tudelft.simulation.dsol.SimRuntimeExceptionTest
Test SimRuntimeException.
testSingleReplication() - Method in class nl.tudelft.simulation.dsol.experiment.ReplicationTest
Test the SingleReplication.
testSnippetFilter() - Method in class nl.tudelft.simulation.jstats.filters.SnippetFilterTest
tests the SnippetFilter.
testStateVariableNotFoundException() - Method in class nl.tudelft.simulation.dsol.formalisms.devs.DevsExceptionTest
Test StateVariableNotFoundException.
testStreamBoolean() - Method in class nl.tudelft.simulation.jstats.streams.StreamTest
Test the Random Number Generator classes for boolean.
testStreamDouble() - Method in class nl.tudelft.simulation.jstats.streams.StreamTest
Test the Random Number Generator classes for double.
testStreamException() - Method in class nl.tudelft.simulation.jstats.streams.StreamExceptionTest
Test StreamException.
testStreamFloat() - Method in class nl.tudelft.simulation.jstats.streams.StreamTest
Test the Random Number Generator classes for float.
testStreamInformation() - Method in class nl.tudelft.simulation.dsol.experiment.StreamInformationTest
Test the StreamInformation object.
testStreamInt() - Method in class nl.tudelft.simulation.jstats.streams.StreamTest
Test the Random Number Generator classes for int.
testStreamInt0to10() - Method in class nl.tudelft.simulation.jstats.streams.StreamTest
Test the Random Number Generator classes for int.
testStreamIntEqualBits() - Method in class nl.tudelft.simulation.jstats.streams.StreamTest
Test the Random Number Generator classes for int.
testStreamLong() - Method in class nl.tudelft.simulation.jstats.streams.StreamTest
Test the Random Number Generator classes for long.
testStreamLongEqualBits() - Method in class nl.tudelft.simulation.jstats.streams.StreamTest
Test the Random Number Generator classes for long.
testStreamSeedInformation() - Method in class nl.tudelft.simulation.dsol.experiment.StreamInformationTest
Test the StreamSeedInformation object.
testStreamSeedUpdater() - Method in class nl.tudelft.simulation.dsol.experiment.StreamInformationTest
Test the StreamSeedUpdater object.
testStreamStateSaveRestore() - Method in class nl.tudelft.simulation.jstats.streams.StreamStateSaveRestoreTest
tests the classes in the reference class.
testSummaryStatistics() - Method in class nl.tudelft.simulation.dsol.experiment.ExperimentTest
test the calculation of a summary statistic foran experiment with 10 replications.
testTallTimeDouble() - Method in class nl.tudelft.simulation.dsol.statistics.SimTallyTest
Test the tally.
testTallyEventProduceTimeDouble() - Method in class nl.tudelft.simulation.dsol.statistics.SimTallyTest
Test the tally.
testTriangular() - Method in class nl.tudelft.simulation.jstats.distributions.ContinuousDistributionTest
Test the Triangular distribution.
testTruncatedNormalExceptions() - Method in class nl.tudelft.simulation.jstats.distributions.NormalDistributionTest
Test the exceptions for the truncated normal distribution.
testTruncatedNormalLargeInterval() - Method in class nl.tudelft.simulation.jstats.distributions.NormalDistributionTest
Test the truncated normal distribution for a large interval (equaling the underlying normal distribution).
testTruncatedNormalPDFandCDF() - Method in class nl.tudelft.simulation.jstats.distributions.NormalDistributionTest
Test the PDF and CDF for the truncated normal distribution.
testTruncatedNormalSamples() - Method in class nl.tudelft.simulation.jstats.distributions.NormalDistributionTest
Test sampling for the truncated normal distribution, also for one-sided truncation.
testTruncatedStandardNormal() - Method in class nl.tudelft.simulation.jstats.distributions.NormalDistributionTest
Test the truncated standard normal distribution.
testUniform() - Method in class nl.tudelft.simulation.jstats.distributions.ContinuousDistributionTest
Test the Uniform distribution.
testWeibull() - Method in class nl.tudelft.simulation.jstats.distributions.ContinuousDistributionTest
Test the Weibull distribution.
testZero() - Method in class nl.tudelft.simulation.dsol.simtime.SimTimeTest
test zero.
threadAssertEquals(Object, Object) - Method in class net.jodah.concurrentunit.ConcurrentTestCase
 
threadAssertFalse(boolean) - Method in class net.jodah.concurrentunit.ConcurrentTestCase
 
threadAssertNotNull(Object) - Method in class net.jodah.concurrentunit.ConcurrentTestCase
 
threadAssertNull(Object) - Method in class net.jodah.concurrentunit.ConcurrentTestCase
 
threadAssertTrue(boolean) - Method in class net.jodah.concurrentunit.ConcurrentTestCase
 
threadFail() - Method in class net.jodah.concurrentunit.ConcurrentTestCase
 
threadFail(String) - Method in class net.jodah.concurrentunit.ConcurrentTestCase
 
threadFail(Throwable) - Method in class net.jodah.concurrentunit.ConcurrentTestCase
 
ThreadRunner() - Constructor for class nl.tudelft.simulation.dsol.formalisms.eventscheduling.SimEventTest.ThreadRunner
 
TIMESTEP - Static variable in class nl.tudelft.simulation.dsol.simulators.ExperimentUtilDouble
TIMESTEP is the timeStep to be used for the DESS formalism.
toString() - Method in class net.jodah.concurrentunit.internal.ReentrantCircuit
tryAcquireShared(int) - Method in class net.jodah.concurrentunit.internal.ReentrantCircuit.Sync
Opens the circuit if not a test.
tryReleaseShared(int) - Method in class net.jodah.concurrentunit.internal.ReentrantCircuit.Sync
Closes the circuit.

U

usedIds - Variable in class nl.tudelft.simulation.dsol.formalisms.eventscheduling.SimEventTest
generated ids.

W

waiter - Variable in class nl.tudelft.simulation.dsol.formalisms.eventscheduling.DevsRealTimeClockDoubleTest
the Waiter from ConcurrentUnit that catches AssertionErrors in other threads.
waiter - Variable in class nl.tudelft.simulation.dsol.formalisms.eventscheduling.DevsSimulationDoubleTest
the Waiter from ConcurrentUnit that catches AssertionErrors in other threads.
waiter - Variable in class nl.tudelft.simulation.dsol.simulators.DevsSimulatorTest
the Waiter from ConcurrentUnit that catches AssertionErrors in other threads.
Waiter - Class in net.jodah.concurrentunit
Waits on a test, carrying out assertions, until being resumed.

Copyright 2010-2016 the original author or authors.
Waiter() - Constructor for class net.jodah.concurrentunit.Waiter
Creates a new Waiter.
WARMUP - Static variable in class nl.tudelft.simulation.dsol.simulators.ExperimentUtilDouble
WARMUP period defines the warmup period for the experiment.
A B C D E F G I L M N O P R S T U W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form