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 |
Tested with: GHC 8.0.1
The module defines TableView
that saves the simulation
results in the CSV file(s).
Synopsis
- data TableView = TableView {
- tableTitle :: String
- tableDescription :: String
- tableLinkText :: String
- tableRunLinkText :: String
- tableFileName :: ExperimentFilePath
- tableSeparator :: String
- tableFormatter :: ShowS
- tablePredicate :: Event Bool
- tableTransform :: ResultTransform
- tableSeries :: ResultTransform
- tableSeriesGridSize :: Maybe Int
- defaultTableView :: TableView
Documentation
Defines the View
that saves the simulation results
in the CSV file(s).
TableView | |
|
Instances
ExperimentView TableView (FileRenderer a) Source # | |
Defined in Simulation.Aivika.Experiment.Base.TableView outputView :: TableView -> ExperimentGenerator (FileRenderer a) Source # | |
ExperimentView TableView (WebPageRenderer a) Source # | |
Defined in Simulation.Aivika.Experiment.Base.TableView outputView :: TableView -> ExperimentGenerator (WebPageRenderer a) Source # |
defaultTableView :: TableView Source #
The default table view.