public final class SubstituteInt
Substitutes a user-configured constant for each integer in the stream flowing through.
Input Channels | ||
---|---|---|
in | int | All channels in this package carry integers. |
Output Channels | ||
out | int | All channels in this package carry integers. |
Constructor and description |
---|
SubstituteInt
(ChannelInputInt in, ChannelOutputInt out, int n) Construct a new SubstituteInt process. |
Construct a new SubstituteInt process.
n
- the integer to be sent down the out Channel.in
- the input Channelout
- the output ChannelJCSP for Java 1.8 generated 14-10-2016 by Jon Kerridge, Edinburgh Napier University - j dot kerridge at napier dot ac dot uk