Copyright | Copyright (c) 2012-2017 David Sorokin <david.sorokin@gmail.com> |
---|---|
License | BSD3 |
Maintainer | David Sorokin <david.sorokin@gmail.com> |
Stability | experimental |
Safe Haskell | None |
Language | Haskell98 |
Tested with: GHC 8.0.1
The module defines TableView
that saves the simulation
results in the CSV file(s).
- 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 | |
|
defaultTableView :: TableView Source #
The default table view.