Package it.unibo.alchemist.loader.export

Types

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
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.interfaces.Simulation} {@link Time}, the last {@link Reaction} executed and the current simulation step.

Link copied to clipboard
interface FilteringPolicy : Serializable
Expresses a flat map operation over a double.
Link copied to clipboard
class StatUtil
Utility to translate statistics names into a UnivariateStatistic.