public final class DeltaInt extends java.lang.Object implements CSProcess
Input Channels | ||
---|---|---|
in | int | All channels in this package carry integers. |
Output Channels | ||
out[] | int | The output Channels will carry a broadcast of whatever integers are sent down the in Channel. |
Modifier and Type | Field and Description |
---|---|
private ChannelInputInt |
in
The input Channel
|
private ChannelOutputInt[] |
out
The output Channels
|
Constructor and Description |
---|
DeltaInt(ChannelInputInt in,
ChannelOutputInt[] out)
Construct a new DeltaInt process with the input Channel in and the output
Channels out.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
The main body of this process.
|
private final ChannelInputInt in
private final ChannelOutputInt[] out
public DeltaInt(ChannelInputInt in, ChannelOutputInt[] out)
in
- the input channelout
- the output Channels