public final class GenerateInt extends java.lang.Object implements CSProcess
Output Channels | ||
---|---|---|
out | int | All channels in this package carry integers. |
Constructor and Description |
---|
GenerateInt(ChannelOutputInt out,
int n)
Construct a new GenerateInt process with the output channel out.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
The main body of this process.
|
public GenerateInt(ChannelOutputInt out, int n)
out
- the output channeln
- the number to generateCopyright © 1996–2023. All rights reserved.