| Copyright | Copyright (c) 2017 David Sorokin <david.sorokin@gmail.com> |
|---|---|
| License | BSD3 |
| Maintainer | David Sorokin <david.sorokin@gmail.com> |
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell98 |
Simulation.Aivika.GPSS.Block.Test
Description
Tested with: GHC 8.0.2
This module defines the GPSS block TEST.
- awaitingTestBlock :: (a -> Signalable Bool) -> Block a a
- awaitingTestBlockM :: (a -> Process (Signalable Bool)) -> Block a a
- transferringTestBlock :: (a -> Bool) -> Block a () -> Block a a
- transferringTestBlockM :: (a -> Process Bool) -> Block a () -> Block a a
Documentation
Arguments
| :: (a -> Signalable Bool) | by the specified transact return a test condition and signal that notifies about changing the condition |
| -> Block a a |
This is the GPSS construct
TEST O A,B
Arguments
| :: (a -> Process (Signalable Bool)) | by the specified transact return a test condition and signal that notifies about changing the condition |
| -> Block a a |
This is the GPSS construct
TEST O A,B