| ArrivalProcessAssembly |
Simple example of subclassing BasicAssembly and running an ArrivalProcess in
verbose mode with a SimplePropertyDumper.
|
| DummyGenerator |
|
| IndexRedispatcher |
|
| MorePriority |
|
| MouseDisplay |
|
| MyListener |
|
| NSSrngTest |
Tests NSSrng.
|
| PlatformType |
|
| Resetter |
|
| SimEntityWithExtraData |
|
| SimplePropertyDumperX |
|
| SimpleServerAssembly |
Prototypical subclass of BasicAssembly.
|
| SuperClassTest |
|
| TandemQueueAssembly |
This is an example of multiple SimEntities that fire identical property names.
|
| TestAdapter |
|
| TestAddedProperties |
|
| TestAffineTransform |
|
| TestAllNormalVariates |
|
| TestAntithetic |
Output:
|
| TestAR1Variate |
|
| TestArrivalProcess |
|
| TestBasicSimEntity |
|
| TestBetaVariate |
|
| TestBinomialVariate |
|
| TestBivariateNormalVector |
|
| TestBivariateSimpleStatsTally |
|
| TestBNegativeBinomial |
|
| TestBooleanCounters |
|
| TestBooleanSimpleStats |
|
| TestBridge |
|
| TestConvolutionVariate |
|
| TestCustomerServer |
Simulates a system consisting of a 2 server single queue system for
Customers.
|
| TestDataVariate |
|
| TestDiscreteIntegerVariate |
|
| TestDiscreteVariate |
|
| TestDOEDataLogger |
Different numbers now that MersenneTwister is new default RandomNumber.
|
| TestEntityServerWarmup |
This runs EntityServer for a fixed number of service completions and
replications, writing the average for each customer to a file to plot for
determining truncation point.
|
| TestGammaVariate |
|
| TestGeometricRV |
|
| TestIgnoreOnDump |
|
| TestInterrupt |
|
| TestInterruptWithArgs |
|
| TestInverseGussianVariate |
|
| TestInverseNormalCDF |
|
| TestJava2D |
|
| TestJava2D_Area |
|
| TestLinearSimpleStatsTimeVarying |
|
| TestLogNormal |
|
| TestLogTransform |
|
| TestMath64 |
This is the test that fails on 64-bit platforms when using Math.log.
|
| TestMersenneTwisterDC |
|
| TestMixedVariate |
|
| TestMovers1 |
|
| TestMRG32k3a |
|
| TestMultipleSimpleStatsTally |
|
| TestMultipleSimpleStatsTimeVarying |
|
| TestNegativeBinomial |
|
| TestNewMediator |
|
| TestNHPoissonProcess |
TODO: Fix this
|
| TestNHPoissonProcessThinned |
|
| TestNormal02Variate |
|
| TestNormalQuantile |
|
| TestNormalQuantile2 |
Expected output:
|
| TestObjectArray |
How to dynamically create an arbitrary array using reflection.
|
| TestObjectMultiStatTimeVarying |
|
| TestOscillate |
|
| TestOverload |
|
| TestParseRandomVariate |
|
| TestPlatformType |
|
| TestPoisson2Variate |
|
| TestPoissonVariate |
|
| TestPooled |
|
| TestPostRep |
|
| TestPrimitiveArraySignature |
This class demonstrates that arrays of primitives (or ints at least) do in
fact work as signatures to do methods in SimEntityBase.
|
| TestPriority |
Verifies Priority objects working.
|
| TestPropertyChangeDispatcher |
|
| TestPropertyChangeEventX |
|
| TestQuadratic |
|
| TestRandom64 |
|
| TestRandomNumberFactory |
|
| TestRandomVariateFactory2 |
|
| TestRemoveTransientListeners |
|
| TestRenewalProcess |
|
| TestResample |
|
| TestResetter |
|
| TestRotatedBivariateNormalVariate |
|
| TestRVString |
|
| TestSciRegex |
|
| TestSequenceVariate |
|
| TestShortestQueueDispatcher |
Tests the ShortestQueueDispatcher.
|
| TestSimEntityBaseA |
|
| TestSimEntityBaseProtected |
|
| TestSimEntityBaseRetainedProperties |
|
| TestSimEntityClass |
|
| TestSimEntityFactory |
|
| TestSimEntityFactory.TestSimEntity |
|
| TestSimEventListener |
|
| TestSimEventRedispatcher |
|
| TestSimEventRedispatcher.ReDispatchListener |
|
| TestSimEventRedispatcher1 |
|
| TestSimEventRedispatcher1.ReDispatchListener |
|
| TestSimExec |
|
| TestSimplePropertyDumper |
|
| TestSimpleServer |
Different numbers now that MersenneTwister is new default RandomNumber.
|
| TestSimpleStatsTally |
|
| TestSimpleStatsTimeVarying |
|
| TestStateStats |
Deprecated
|
| TestStudentT |
|
| TestTallyStatsBySource |
Test of the TallyStatsBySource class.
|
| TestTimeTruncatedTallyStat |
Test of TimeTruncatedTallyStat.
|
| TestTimeTruncatedTallyStat.Counter |
|
| TestTraceVariate |
|
| TestTransformUtilities |
|
| TestTriangle |
|
| TestTruncatedRandomVariate |
Test of truncated classes - one specifically for the Normal truncated at 0.0
and one for any distribution and truncation point.
|
| TestTruncatingSimpleStatsTimeVarying |
|
| TestTwoStateMarkov |
|
| TestUnitTestEventList |
|
| TestVerboseInterval |
|
| TestVersion |
Tests new ability to check for minimum version.
|
| TestWaitDelayRandomVariate |
Test of waitDelay(String, RandomVariate);
|
| TestWeibull |
|