CSP for Java
(JCSP) 1.1-rc3
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 in org.jcsp.plugNplay
This copies its input stream to its output stream, adding a one-place buffer to the stream.
Identity(ChannelInput, ChannelOutput) - Constructor for class org.jcsp.plugNplay.Identity
Construct a new Identity process with the input Channel in and the output Channel out.
IdentityInt - Class in org.jcsp.plugNplay.ints
This copies its input stream to its output stream, adding a one-place buffer to the stream.
IdentityInt(ChannelInputInt, ChannelOutputInt) - Constructor for class org.jcsp.plugNplay.ints.IdentityInt
Construct a new IdentityInt process with the input Channel in and the output Channel out.
in() - Method in interface org.jcsp.lang.Any2AnyChannel
Returns the input end of the channel.
in() - Method in interface org.jcsp.lang.Any2AnyChannelInt
 
in() - Method in interface org.jcsp.lang.Any2OneChannel
Returns the input end of the channel.
in() - Method in interface org.jcsp.lang.Any2OneChannelInt
Returns the input end of the channel.
in() - Method in interface org.jcsp.lang.One2AnyChannel
Returns the input end of the channel.
in() - Method in interface org.jcsp.lang.One2AnyChannelInt
Returns the input end of the channel.
in() - Method in interface org.jcsp.lang.One2OneChannel
Returns the input channel end.
in() - Method in interface org.jcsp.lang.One2OneChannelInt
Returns the input end of the channel.
in() - Method in interface org.jcsp.lang.One2OneChannelSymmetric
 
in() - Method in interface org.jcsp.lang.One2OneChannelSymmetricInt
 
inFilter() - Method in interface org.jcsp.util.filter.FilteredAny2AnyChannel
Returns an interface for configuring read filters on the channel.
inFilter() - Method in interface org.jcsp.util.filter.FilteredAny2OneChannel
Returns an interface for configuring read filters on the channel.
inFilter() - Method in interface org.jcsp.util.filter.FilteredOne2AnyChannel
Returns the control interface to manipulate the read filters.
inFilter() - Method in interface org.jcsp.util.filter.FilteredOne2OneChannel
Returns the control interface for configuring the read filters on the channel.
InfiniteBuffer - Class in org.jcsp.util
This is used to create a buffered object channel that always accepts and never loses any input.
InfiniteBuffer() - Constructor for class org.jcsp.util.InfiniteBuffer
Construct a new InfiniteBuffer with the default size (of 8).
InfiniteBuffer(int) - Constructor for class org.jcsp.util.InfiniteBuffer
Construct a new InfiniteBuffer with the specified initial size.
InfiniteBufferInt - Class in org.jcsp.util.ints
This is used to create a buffered integer channel that always accepts and never loses any input.
InfiniteBufferInt() - Constructor for class org.jcsp.util.ints.InfiniteBufferInt
Construct a new InfiniteBufferInt with the default size (of 8).
InfiniteBufferInt(int) - Constructor for class org.jcsp.util.ints.InfiniteBufferInt
Construct a new InfiniteBufferInt with the specified initial size.
InlineAlternative - Class in org.jcsp.lang
 
InlineAlternative(Guard[]) - Constructor for class org.jcsp.lang.InlineAlternative
Creates a new one
InlineAlternative(Guard[], int) - Constructor for class org.jcsp.lang.InlineAlternative
Creates a new one
insertProcessAt(CSProcess, int) - Method in class org.jcsp.lang.PriParallel
Insert another process to the pri-parallel object at the specifed index.
Integrate - Class in org.jcsp.plugNplay
This is a running-sum integrator of the Integers on its input stream to its output stream.
Integrate(ChannelInput, ChannelOutput) - Constructor for class org.jcsp.plugNplay.Integrate
Construct a new Integrate process with the input Channel in and the output Channel out.
IntegrateInt - Class in org.jcsp.plugNplay.ints
This is a running-sum integrator of the ints on its input stream to its output stream.
IntegrateInt(ChannelInputInt, ChannelOutputInt) - Constructor for class org.jcsp.plugNplay.ints.IntegrateInt
Construct a new IntegrateInt process with the input Channel in and the output Channel out.
interrupt() - Method in class org.jcsp.lang.ProcessManager
Interrupt the managed process.
isOpen() - Method in class org.jcsp.lang.AltingConnectionClientImpl
Returns whether the server has kept its end of the Connection open.
isOpen() - Method in interface org.jcsp.lang.ConnectionClient
Returns whether the server has kept its end of the Connection open.

CSP for Java
(JCSP) 1.1-rc3
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@kent.ac.uk
Version 1.1-rc3 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.