public class Substitute
Substitutes a user-configured Object for each Object in the stream flowing through.
Input Channels | ||
---|---|---|
in | java.lang.Object | The in Channel can accept data of any Class. |
Output Channels | ||
out | java.lang.Object | The object to be sent down the Channel. |
Constructor and description |
---|
Substitute
(ChannelInput in, ChannelOutput out, Object o) Construct a new Substitute process. |
Construct a new Substitute process.
o
- the Object 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