public class Substitute extends Object implements CSProcess

| 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.
|
public Substitute(ChannelInput in, ChannelOutput out, Object o)
o - the Object to be sent down the out Channel.in - the input Channelout - the output ChannelCopyright © 1996–2015. All rights reserved.