Package-level declarations

Types

Link copied to clipboard

Translates inputs to a Map representing the Alchemist model.

Link copied to clipboard
A dependent variable, namely a variable whose value can be obtained given the values of other variables.
Link copied to clipboard
interface Exporter<T, P : Position<P>>

A generic exporter for the simulation. T is the concentration type, P is the position type, and

Link copied to clipboard
Expresses a flat map operation over a double.
Link copied to clipboard
interface Extractor<out E : Any>

An object that is able to extract numeric informations from an Alchemist {@link Environment}, given the current {@link it.unibo.alchemist.core.Simulation} {@link Time}, the last {@link Reaction} executed and the current simulation step.

Link copied to clipboard
interface Launcher
An entity with a [name] that can take responsibility for performing an Alchemist run.
Link copied to clipboard

Loads Alchemist simulations from a variety of resources.

Link copied to clipboard
interface Loader : Serializable

An entity which is able to produce an Alchemist Simulation, resolving user defined variable values.

Link copied to clipboard
interface OutputMonitor<T, P : Position<out P>?> : Serializable
An interface for the visualization of the simulation.
Link copied to clipboard
A variable simulation value, that provides a range of values for batches, and a default value for single-shot runs.