public class Substitute extends java.lang.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,
java.lang.Object o)
Construct a new Substitute process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
The main body of this process.
|
public Substitute(ChannelInput in, ChannelOutput out, java.lang.Object o)
o - the Object to be sent down the out Channel.in - the input Channelout - the output ChannelCopyright © 1996–2022. All rights reserved.