public class Integrate
This is a running-sum integrator of the Integers on its input stream to its output stream.
Input Channels | ||
---|---|---|
in | java.lang.Number | The Channel can accept data from any subclass of Number. All values will be converted to ints. |
Output Channels | ||
out | java.lang.Integer | The output will always be of type Integer. |
Constructor and description |
---|
Integrate
(ChannelInput in, ChannelOutput out) Construct a new Integrate process with the input Channel in and the output Channel out. |
Construct a new Integrate process with the input Channel in and the output Channel out.
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