aivika-lattice-0.6.2: Nested discrete event simulation module for the Aivika library using lattice
CopyrightCopyright (c) 2016-2017 David Sorokin <david.sorokin@gmail.com>
LicenseBSD3
MaintainerDavid Sorokin <david.sorokin@gmail.com>
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Simulation.Aivika.Lattice.QueueStrategy

Description

Tested with: GHC 7.10.3

This module defines queue strategies FCFS and LCFS for the LIO computation.

Orphan instances

QueueStrategy LIO FCFS Source #

An implementation of the FCFS queue strategy.

Instance details

Associated Types

data StrategyQueue LIO FCFS :: Type -> Type #

QueueStrategy LIO LCFS Source #

An implementation of the LCFS queue strategy.

Instance details

Associated Types

data StrategyQueue LIO LCFS :: Type -> Type #

DequeueStrategy LIO FCFS Source #

An implementation of the FCFS queue strategy.

Instance details

DequeueStrategy LIO LCFS Source #

An implementation of the LCFS queue strategy.

Instance details

EnqueueStrategy LIO FCFS Source #

An implementation of the FCFS queue strategy.

Instance details

EnqueueStrategy LIO LCFS Source #

An implementation of the LCFS queue strategy.

Instance details