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 FinalTableView
that saves the simulation
results in the final time points for all simulation runs in
the CSV file.
Synopsis
- data FinalTableView = FinalTableView {
- finalTableTitle :: String
- finalTableDescription :: String
- finalTableRunText :: String
- finalTableLinkText :: String
- finalTableFileName :: ExperimentFilePath
- finalTableSeparator :: String
- finalTableFormatter :: ShowS
- finalTablePredicate :: Event Bool
- finalTableTransform :: ResultTransform
- finalTableSeries :: ResultTransform
- defaultFinalTableView :: FinalTableView
Documentation
data FinalTableView Source #
Defines the View
that saves the simulation
results in the final time points for all
simulation runs in the CSV file.
FinalTableView | |
|
Instances
defaultFinalTableView :: FinalTableView Source #
The default table view.