aivika-gpss-0.5: 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.Trans.GPSS.Results.Transform

Description

Tested with: GHC 8.0.2

The module defines transformations for the simulation results.

Synopsis

Documentation

newtype Queue m Source #

Represents the Queue.

Constructors

Queue (ResultTransform m) 

Instances

ResultTransformer Queue m Source #

An instance of the result transformer.

Methods

tr :: Queue m -> ResultTransform m #

newtype Facility m Source #

Represents the Facility.

Constructors

Facility (ResultTransform m) 

Instances

ResultTransformer Facility m Source #

An instance of the result transformer.

Methods

tr :: Facility m -> ResultTransform m #

newtype Storage m Source #

Represents the Storage.

Constructors

Storage (ResultTransform m) 

Instances

ResultTransformer Storage m Source #

An instance of the result transformer.

Methods

tr :: Storage m -> ResultTransform m #