Copyright | Copyright (c) 2012-2017 David Sorokin <david.sorokin@gmail.com> |
---|---|
License | BSD3 |
Maintainer | David Sorokin <david.sorokin@gmail.com> |
Stability | experimental |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Simulation.Aivika.Experiment.Base.LastValueView
Description
Tested with: GHC 8.0.1
The module defines LastValueView
that shows the last values
for the simulation variables.
Documentation
data LastValueView Source #
Defines the View
that shows the last values of the simulation
variables.
Constructors
LastValueView | |
Fields
|
Instances
ExperimentView LastValueView (WebPageRenderer a) Source # | |
Defined in Simulation.Aivika.Experiment.Base.LastValueView Methods outputView :: LastValueView -> ExperimentGenerator (WebPageRenderer a) Source # |
defaultLastValueView :: LastValueView Source #
This is the default view.