aivika-branches-0.1: Branching discrete event simulation library

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

Simulation.Aivika.Branch.QueueStrategy

Contents

Description

Tested with: GHC 7.10.3

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

Orphan instances

QueueStrategy BrIO FCFS Source #

An implementation of the FCFS queue strategy.

QueueStrategy BrIO LCFS Source #

An implementation of the LCFS queue strategy.

DequeueStrategy BrIO FCFS Source #

An implementation of the FCFS queue strategy.

DequeueStrategy BrIO LCFS Source #

An implementation of the LCFS queue strategy.

EnqueueStrategy BrIO FCFS Source #

An implementation of the FCFS queue strategy.

EnqueueStrategy BrIO LCFS Source #

An implementation of the LCFS queue strategy.