CSP for Java
(JCSP) 1.0-rc4
A B C D E F G H I J M N O P R S T U V W X Z

M

Merge - class jcsp.plugNplay.Merge.
Merges an array of strictly increasing Integer input streams into one strictly increasing output stream.
Merge(ChannelInput[], ChannelOutput) - Constructor for class jcsp.plugNplay.Merge
Construct a new Merge2 process with the input channels inand the output channel out.
Merge2 - class jcsp.plugNplay.Merge2.
Merges two strictly increasing Integer input streams into one strictly increasing output stream.
Merge2(ChannelInput, ChannelInput, ChannelOutput) - Constructor for class jcsp.plugNplay.Merge2
Construct a new Merge2 process with the input channels in0 and in1 and the output channel out.
Merge2Int - class jcsp.plugNplay.ints.Merge2Int.
Merges two strictly increasing int input streams into one strictly increasing output stream.
Merge2Int(ChannelInputInt, ChannelInputInt, ChannelOutputInt) - Constructor for class jcsp.plugNplay.ints.Merge2Int
Construct a new Merge2Int process with the input channels in0 and in1 and the output channel out.
MergeInt - class jcsp.plugNplay.ints.MergeInt.
Merges an array of strictly increasing int input streams into one strictly increasing output stream.
MergeInt(ChannelInputInt[], ChannelOutputInt) - Constructor for class jcsp.plugNplay.ints.MergeInt
Construct a new Merge2Int process with the input channels inand the output channel out.
Mult - class jcsp.plugNplay.Mult.
Scales an Integer stream.
Mult(int, ChannelInput, ChannelOutput) - Constructor for class jcsp.plugNplay.Mult
Construct a new Mult process with the input Channel in and the output Channel out.
MultInt - class jcsp.plugNplay.ints.MultInt.
Scales an integer stream.
MultInt(int, ChannelInputInt, ChannelOutputInt) - Constructor for class jcsp.plugNplay.ints.MultInt
Construct a new MultInt process with the input Channel in and the output Channel out.
Multiplex - class jcsp.plugNplay.Multiplex.
Fair multiplexes its input Object stream array into one output stream (carrying source channel and data pairs).
Multiplex(AltingChannelInput[], ChannelOutput) - Constructor for class jcsp.plugNplay.Multiplex
Construct a new Multiplex process with the input Channel in and the output Channels out.
MultiplexInt - class jcsp.plugNplay.ints.MultiplexInt.
Fair multiplexes its input integer stream array into one output stream (carrying source channel and data pairs).
MultiplexInt(AltingChannelInputInt[], ChannelOutputInt) - Constructor for class jcsp.plugNplay.ints.MultiplexInt
Construct a new MultiplexInt process with the input Channel in and the output Channels out.

CSP for Java
(JCSP) 1.0-rc4
A B C D E F G H I J M N O P R S T U V W X Z
Submit a bug or feature to jcsp-team@ukc.ac.uk
Version 1.0-rc4 of the JCSP API Specification (Copyright 1997-2000 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.