public final class DeltaInt
This process broadcasts integers arriving on its input channel in parallel to its array of output channels.
Input Channels | ||
---|---|---|
in | int | All channels in this package carry integers. |
Output Channels | ||
out[] | int | The output Channels will carry a broadcast of whatever integers are sent down the in Channel. |
Constructor and description |
---|
DeltaInt
(ChannelInputInt in, ChannelOutputInt[] out) Construct a new DeltaInt process with the input Channel in and the output Channels out. |
Construct a new DeltaInt process with the input Channel in and the output Channels out. The ordering of the Channels in the out array make no difference to the functionality of this process.
in
- the input channelout
- the output ChannelsJCSP for Java 1.8 generated 14-10-2016 by Jon Kerridge, Edinburgh Napier University - j dot kerridge at napier dot ac dot uk