public final class Sign
Converts each input Object to a String, prefixing it with a user-defined sign.
Input Channels | ||
---|---|---|
in | java.lang.Object | The Channel accepts any class of data. |
Output Channels | ||
out | java.lang.String | The output will always be of type String. |
Constructor and description |
---|
Sign
(String sign, ChannelInput in, ChannelOutput out) Construct a new Sign process with the input Channel in and the output Channel out. |
Construct a new Sign process with the input Channel in and the output Channel out.
sign
- the user-defined signature to attach to each item.in
- the input Channel.out
- the output Channel.JCSP for Java 1.8 generated 14-10-2016 by Jon Kerridge, Edinburgh Napier University - j dot kerridge at napier dot ac dot uk