public class Numbers extends java.lang.Object implements CSProcess
___________
| | out
| Numbers |-->----
|___________|
___________________________________________
| ____________ ________ |
| | | | | | out
| | Prefix (0) |----->-----| Delta2 |---------->--
| |____________| |________| |
| | | |
| | ___________ | |
| | | | | |
| +---<--| Successor |--<--+ |
| |___________| |
| Numbers |
|___________________________________________|
| Input Channels | ||
|---|---|---|
| Output Channels | ||
| out | java.lang.Integer | The output will always be of type Integer. |
| Constructor and Description |
|---|
Numbers(ChannelOutput out)
Construct a new Numbers process with the output Channel out.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
The main body of this process.
|
public Numbers(ChannelOutput out)
out - the output channelCopyright © 1996–2019. All rights reserved.