aivika-gpss-0.6.2: GPSS-like DSL for Aivika
CopyrightCopyright (c) 2017 David Sorokin <david.sorokin@gmail.com>
LicenseBSD3
MaintainerDavid Sorokin <david.sorokin@gmail.com>
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

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

Instances details
ResultTransformer Queue Source #

An instance of the result transformer.

Instance details

Defined in Simulation.Aivika.GPSS.Results.Transform

Methods

tr :: Queue -> ResultTransform #

newtype Facility Source #

Represents the Facility.

Instances

Instances details
ResultTransformer Facility Source #

An instance of the result transformer.

Instance details

Defined in Simulation.Aivika.GPSS.Results.Transform

newtype Storage Source #

Represents the Storage.

Constructors

Storage ResultTransform 

Instances

Instances details
ResultTransformer Storage Source #

An instance of the result transformer.

Instance details

Defined in Simulation.Aivika.GPSS.Results.Transform