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. |
| 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.
|
public Squares(ChannelOutput out)
out - the output channelCopyright © 1996–2019. All rights reserved.