| AbstractResultSaver |
Base class for result saver.
|
| ComponentStates |
|
| ConsolePrinter |
Prints experiment messages to the console.
|
| ExcelSaver |
Saves results of an experiment in a handy excel file.
|
| ExperimentTest |
Utility class that can be used as a base class for JUnit tests which check
for many results of an Experiment at once.
|
| IoUtil |
|
| JasimaBeanConverter |
Converts beans serialized using the jasima GUI, which uses a slightly
modified XML format.
|
| Log4j2SimLookup |
|
| MersenneTwister |
Copyright (c) 2010-2015 Torsten Hildebrandt and jasima contributors
This file is part of jasima, v1.2.
|
| Pair<A,B> |
Simple wrapper to store two different objects.
|
| ResultSaver |
This class uses Java's serialization mechanism to save experiment results in
a binary file.
|
| ResultSaver.CellData |
|
| ResultSaver.ColumnData |
|
| SequenceNumberService |
Manage series (identified by their name) of positive (i.e., starting with 1)
consecutive integers.
|
| SimProcessUtil |
Static helper methods and definitions used to implement SimProcesses.
|
| StandardExtensionImpl |
|
| StateMachine<E extends Enum<E>> |
|
| StringUtil |
Static helper methods dealing with Strings and CharSequences.
|
| TraceFileProducer |
Produces a detailed log of all trace messages of a Simulation in a
text file.
|
| TypeHint<T> |
TypeHint for the compiler.
|
| TypeUtil |
This class contains a collection of methods concerned with
reading/writing/creating/converting Bean properties and loading classes using
Java reflection.
|
| Util |
Some static utility methods that don't really fit anywhere else.
|
| ValueStoreImpl |
Implementation of the ValueStore interface backed by a simple
HashMap.
|
| XmlSaver |
Saves (final) experiment results in an XML file.
|
| XmlUtil |
Provides utility methods to read and write arbitrary Java objects as xml
(xml-Serialization using the xstream library).
|