public class Squares extends java.lang.Object implements CSProcess


| Input Channels | ||
|---|---|---|
| Output Channels | ||
| out | java.lang.Integer | The output will always be of type Integer. |
| Modifier and Type | Field and Description |
|---|---|
private ChannelOutput |
out
The output Channel
|
| Constructor and Description |
|---|
Squares(ChannelOutput out)
Construct a new Squares process with the output Channel out.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
The main body of this process.
|
private ChannelOutput out
public Squares(ChannelOutput out)
out - the output channel