Stability | experimental |
---|---|
Maintainer | David Sorokin <david.sorokin@gmail.com> |
Safe Haskell | None |
Simulation.Aivika.Experiment.LastValueView
Description
Tested with: GHC 7.8.3
The module defines LastValueView
that shows the last values
for the simulation variables.
- data LastValueView = LastValueView {
- lastValueTitle :: String
- lastValueRunTitle :: String
- lastValueDescription :: String
- lastValueFormatter :: ShowS
- lastValueTransform :: ResultTransform
- lastValueSeries :: ResultTransform
- defaultLastValueView :: LastValueView
Documentation
data LastValueView Source
Defines the View
that shows the last values of the simulation
variables.
Constructors
LastValueView | |
Fields
|
Instances
defaultLastValueView :: LastValueViewSource
This is the default view.