public final class FibonacciInt extends java.lang.Object implements CSProcess
______________
| | out
| FibonacciInt |------>
|______________|
_______________________________________
| |
| _______________ ___________ |
| | | | | | out
| | PrefixInt (0) |-->--| Delta2Int |------>--
| |_______________| |___________| |
| | | |
| ^ v |
| ______|________ _____|____ |
| | | | | |
| | PrefixInt (1) |--<--| PairsInt | |
| |_______________| |__________| |
| |
| FibonacciInt |
|_______________________________________|
| Output Channels | ||
|---|---|---|
| out | int | All channels in this package carry integers. |
| Constructor and Description |
|---|
FibonacciInt(ChannelOutputInt out)
Construct a new FibonacciInt process with the output Channel out.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
The main body of this process.
|
public FibonacciInt(ChannelOutputInt out)
out - the output channelCopyright © 1996–2019. All rights reserved.