public final class IdentityInt extends Object implements CSProcess
Input Channels | ||
---|---|---|
in | int | All channels in this package carry integers. |
Output Channels | ||
out | int | All channels in this package carry integers. |
Constructor and Description |
---|
IdentityInt(ChannelInputInt in,
ChannelOutputInt out)
Construct a new IdentityInt process with the input Channel in and the
output Channel out.
|
public IdentityInt(ChannelInputInt in, ChannelOutputInt out)
in
- the input Channelout
- the output ChannelCopyright © 1996–2016. All rights reserved.