public final class FibonacciInt extends 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.
|
public FibonacciInt(ChannelOutputInt out)
out
- the output channelSubmit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.