public final class FixedDelayInt
This holds on to data from its input channel for a fixed delay before passing it on to its output channel.
Input Channels | ||
---|---|---|
in | int | All channels in this package carry integers. |
Output Channels | ||
out | int | All channels in this package carry integers. |
Constructor and description |
---|
FixedDelayInt
(long delayTime, ChannelInputInt in, ChannelOutputInt out) Construct a new FixedDelayInt process with the input Channel in and the output Channel out. |
Construct a new FixedDelayInt process with the input Channel in and the output Channel out.
delayTime
- the time the process is to wait in milliseconds
between receiving a message and then sending it (a negative
delayTime implies no waiting).in
- the input Channelout
- the output ChannelJCSP for Java 1.8 generated 14-10-2016 by Jon Kerridge, Edinburgh Napier University - j dot kerridge at napier dot ac dot uk