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

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

Simulation.Aivika.Experiment.LastValueView

Description

Tested with: GHC 7.10.1

The module defines LastValueView that shows the last values for the simulation variables.

Synopsis

Documentation

data LastValueView Source

Defines the View that shows the last values of the simulation variables.

Constructors

LastValueView 

Fields

lastValueTitle :: String

The title for the view.

lastValueRunTitle :: String

The run title for the view. It may include special variables $RUN_INDEX, $RUN_COUNT and $TITLE.

An example is

  lastValueRunTitle = "$TITLE / Run $RUN_INDEX of $RUN_COUNT"
lastValueDescription :: String

The description for the view.

lastValueFormatter :: ShowS

It transforms data before they will be shown.

lastValueTransform :: ResultTransform

The transform applied to the results before receiving series.

lastValueSeries :: ResultTransform

It defines the series for which the last values to be shown.

defaultLastValueView :: LastValueView Source

This is the default view.