All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----jcsp.util.buildingblocks.Fibonacci
___________ | | out | Fibonacci |------> |___________|
________________________________ | ____________ _______ | | | | | | | out | | Prefix (0) |-->--| Delta |------>-- | |____________| |_______| | | | | | | ^ V | | ______|_____ ___|___ | | | | | | | | | Prefix (1) |--<--| Pairs | | | |____________| |_______| | | Fibonacci | |________________________________|
Input Channels | ||
---|---|---|
Output Channels | ||
out | java.lang.Integer | The output will always be of type Integer. |
public Fibonacci(ChannelOutput out)
public void run()
All Packages Class Hierarchy This Package Previous Next Index