public final class Generate extends java.lang.Object implements CSProcess

| Output Channels | ||
|---|---|---|
| out | java.lang.Integer | The output will always be of type Integer. |
| Constructor and Description |
|---|
Generate(ChannelOutput out,
int n)
Construct a new Generate process with the output channel out.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
The main body of this process.
|
public Generate(ChannelOutput out, int n)
out - the output channeln - the integer to generateCopyright © 1996–2022. All rights reserved.