aivika-gpss-0.4: GPSS-like DSL for Aivika

CopyrightCopyright (c) 2017 David Sorokin <david.sorokin@gmail.com>
LicenseBSD3
MaintainerDavid Sorokin <david.sorokin@gmail.com>
Stabilityexperimental
Safe HaskellNone
LanguageHaskell98

Simulation.Aivika.GPSS.Results.Transform

Description

Tested with: GHC 8.0.2

The module defines transformations for the simulation results.

Synopsis

Documentation

newtype Queue Source #

Represents the Queue.

Constructors

Queue ResultTransform 

Instances

ResultTransformer Queue Source #

An instance of the result transformer.

Methods

tr :: Queue -> ResultTransform #

newtype Facility Source #

Represents the Facility.

Instances

ResultTransformer Facility Source #

An instance of the result transformer.

newtype Storage Source #

Represents the Storage.

Constructors

Storage ResultTransform 

Instances

ResultTransformer Storage Source #

An instance of the result transformer.