aivika-experiment-5.2: Simulation experiments for the Aivika library

CopyrightCopyright (c) 2012-2017 David Sorokin <david.sorokin@gmail.com>
LicenseBSD3
MaintainerDavid Sorokin <david.sorokin@gmail.com>
Stabilityexperimental
Safe HaskellNone
LanguageHaskell98

Simulation.Aivika.Experiment.Base.FileRenderer

Description

Tested with: GHC 8.0.1

It defines a renderer that saves the results in files when running the simulation experiment.

Synopsis

Documentation

data FileRenderer a Source #

It defines a simulation Experiment renderer that saves the results in files.

Constructors

FileRenderer a ExperimentFilePath

A file renderer that depends on the provided parameter and a directory path, where the simulation results are saved in.

Instances

ExperimentView FinalTableView (FileRenderer a) Source # 
ExperimentView TableView (FileRenderer a) Source # 
ExperimentRendering (FileRenderer a) Source #

Saving the results of simulation in files when running the experiment.

data ExperimentContext (FileRenderer a) Source # 
type ExperimentEnvironment (FileRenderer a) Source # 
type ExperimentMonad (FileRenderer a) Source # 

type FileGenerator a = ExperimentGenerator (FileRenderer a) Source #

A convenient type synonym for describing a file generator.