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

I

Identity - class jcsp.plugNplay.Identity.
This copies its input stream to its output stream, adding a one-place buffer to the stream.
Identity(ChannelInput, ChannelOutput) - Constructor for class jcsp.plugNplay.Identity
Construct a new Identity process with the input Channel in and the output Channel out.
IdentityInt - class jcsp.plugNplay.ints.IdentityInt.
This copies its input stream to its output stream, adding a one-place buffer to the stream.
IdentityInt(ChannelInputInt, ChannelOutputInt) - Constructor for class jcsp.plugNplay.ints.IdentityInt
Construct a new IdentityInt process with the input Channel in and the output Channel out.
InfiniteBuffer - class jcsp.util.InfiniteBuffer.
This is used to create a buffered object channel that always accepts and never loses any input.
InfiniteBuffer() - Constructor for class jcsp.util.InfiniteBuffer
Construct a new InfiniteBuffer with the default size (of 8).
InfiniteBuffer(int) - Constructor for class jcsp.util.InfiniteBuffer
Construct a new InfiniteBuffer with the specified initial size.
InfiniteBufferInt - class jcsp.util.ints.InfiniteBufferInt.
This is used to create a buffered integer channel that always accepts and never loses any input.
InfiniteBufferInt() - Constructor for class jcsp.util.ints.InfiniteBufferInt
Construct a new InfiniteBufferInt with the default size (of 8).
InfiniteBufferInt(int) - Constructor for class jcsp.util.ints.InfiniteBufferInt
Construct a new InfiniteBufferInt with the specified initial size.
insertProcessAt(CSProcess, int) - Method in class jcsp.lang.PriParallel
Insert another process to the pri-parallel object at the specifed index.
Integrate - class jcsp.plugNplay.Integrate.
This is a running-sum integrator of the Integers on its input stream to its output stream.
Integrate(ChannelInput, ChannelOutput) - Constructor for class jcsp.plugNplay.Integrate
Construct a new Integrate process with the input Channel in and the output Channel out.
IntegrateInt - class jcsp.plugNplay.ints.IntegrateInt.
This is a running-sum integrator of the ints on its input stream to its output stream.
IntegrateInt(ChannelInputInt, ChannelOutputInt) - Constructor for class jcsp.plugNplay.ints.IntegrateInt
Construct a new IntegrateInt process with the input Channel in and the output Channel 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.