public final class FixedDelayInt extends java.lang.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
The main body of this process.
|
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 ChannelSubmit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.