org.jcsp.plugNplay.ints
public final class DeltaInt extends 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. |
Constructor and Description |
---|
DeltaInt(ChannelInputInt in,
ChannelOutputInt[] out)
Construct a new DeltaInt process with the input Channel in and the output
Channels out.
|
public DeltaInt(ChannelInputInt in, ChannelOutputInt[] out)
in
- the input channelout
- the output ChannelsSubmit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.