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

Stabilityexperimental
MaintainerDavid Sorokin <david.sorokin@gmail.com>
Safe HaskellSafe-Inferred

Simulation.Aivika.Experiment.FileRenderer

Description

Tested with: GHC 7.4.1

It defines a basic experiment renderer that allows saving the simulation results in files.

Synopsis

Documentation

class FileRenderer a Source

The experiment renderer that allows saving the simulation results in files.

data HtmlRenderer Source

The default renderer that creates an HTML page for the simulation experiment.

Constructors

HtmlRenderer

The default HTML renderer.