- Identity - Class in org.jcsp.plugNplay
-
This copies its input stream to its output stream unchanged.
- 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 unchanged.
- 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
-
Returns the input channel end.
- 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
-
Returns the input channel end.
- in() - Method in interface org.jcsp.lang.One2OneChannelSymmetricInt
-
Returns the input channel end.
- 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
-
This class is experimental (i.e.
- 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.Parallel
-
Insert another process to the pri-parallel object at the specifed
index.
- 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.