public final class FixedDelayInt extends Object implements CSProcess
Input Channels | ||
---|---|---|
in | int | All channels in this package carry integers. |
Output Channels | ||
out | int | All channels in this package carry integers. |
RegulateInt
,
RegularInt
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.
|
public FixedDelayInt(long delayTime, ChannelInputInt in, ChannelOutputInt 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 ChannelCopyright © 1996–2017. All rights reserved.