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

O

One2AnyCallChannel - class jcsp.lang.One2AnyCallChannel.
This is the super-class for one-to-any interface-specific CALL channels, safe for use by one client and many servers.
One2AnyCallChannel() - Constructor for class jcsp.lang.One2AnyCallChannel
 
One2AnyChannel - class jcsp.lang.One2AnyChannel.
This implements a one-to-any object channel, safe for use by one writer and many readers.
One2AnyChannel() - Constructor for class jcsp.lang.One2AnyChannel
Constructs a new One2AnyChannel with a ZeroBuffer ChannelDataStore.
One2AnyChannel(ChannelDataStore) - Constructor for class jcsp.lang.One2AnyChannel
Deprecated. Use One2AnyChannel.create (ChannelDataStore).
One2AnyChannelInt - class jcsp.lang.One2AnyChannelInt.
This implements a one-to-any integer channel, safe for use by one writer and many readers.
One2AnyChannelInt() - Constructor for class jcsp.lang.One2AnyChannelInt
Constructs a new One2AnyChannelInt with a ZeroBufferInt ChannelDataStoreInt.
One2AnyChannelInt(ChannelDataStoreInt) - Constructor for class jcsp.lang.One2AnyChannelInt
Deprecated. Use One2AnyChannelInt.create (ChannelDataStoreInt).
One2OneCallChannel - class jcsp.lang.One2OneCallChannel.
This is the super-class for one-to-one interface-specific CALL channels.
One2OneCallChannel() - Constructor for class jcsp.lang.One2OneCallChannel
 
One2OneChannel - class jcsp.lang.One2OneChannel.
This implements a one-to-one object channel.
One2OneChannel() - Constructor for class jcsp.lang.One2OneChannel
Constructs a new One2OneChannel with a ZeroBuffer ChannelDataStore.
One2OneChannel(ChannelDataStore) - Constructor for class jcsp.lang.One2OneChannel
Deprecated. Use One2OneChannel.create (ChannelDataStore).
One2OneChannelInt - class jcsp.lang.One2OneChannelInt.
This implements a one-to-one integer channel.
One2OneChannelInt() - Constructor for class jcsp.lang.One2OneChannelInt
Constructs a new One2OneChannelInt with a ZeroBufferInt ChannelDataStoreInt.
One2OneChannelInt(ChannelDataStoreInt) - Constructor for class jcsp.lang.One2OneChannelInt
Deprecated. Use One2OneChannelInt.create (ChannelDataStoreInt).
Or - class jcsp.plugNplay.Or.
Bitwise ors two Integer streams to one stream.
Or(ChannelInput, ChannelInput, ChannelOutput) - Constructor for class jcsp.plugNplay.Or
Construct a new Or process with the input Channels in1 and in2 and the output Channel out.
OrInt - class jcsp.plugNplay.ints.OrInt.
Bitwise ors two integer streams to one stream.
OrInt(ChannelInputInt, ChannelInputInt, ChannelOutputInt) - Constructor for class jcsp.plugNplay.ints.OrInt
Construct a new OrInt process with the input Channels in0 and in1 and the output Channel out.
OverFlowingBuffer - class jcsp.util.OverFlowingBuffer.
This is used to create a buffered object channel that always accepts input, discarding its last entered data if full.
OverFlowingBuffer(int) - Constructor for class jcsp.util.OverFlowingBuffer
Construct a new OverFlowingBuffer with the specified size.
OverFlowingBufferInt - class jcsp.util.ints.OverFlowingBufferInt.
This is used to create a buffered integer channel that always accepts input, discarding its last entered data if full.
OverFlowingBufferInt(int) - Constructor for class jcsp.util.ints.OverFlowingBufferInt
Construct a new OverFlowingBufferInt with the specified size.
OverWriteOldestBuffer - class jcsp.util.OverWriteOldestBuffer.
This is used to create a buffered object channel that always accepts input, overwriting its oldest data if full.
OverWriteOldestBuffer(int) - Constructor for class jcsp.util.OverWriteOldestBuffer
Construct a new OverWriteOldestBuffer with the specified size.
OverWriteOldestBufferInt - class jcsp.util.ints.OverWriteOldestBufferInt.
This is used to create a buffered integer channel that always accepts input, overwriting its oldest data if full.
OverWriteOldestBufferInt(int) - Constructor for class jcsp.util.ints.OverWriteOldestBufferInt
Construct a new OverWriteOldestBufferInt with the specified size.
OverWritingBuffer - class jcsp.util.OverWritingBuffer.
This is used to create a buffered object channel that always accepts input, overwriting its last entered data if full.
OverWritingBuffer(int) - Constructor for class jcsp.util.OverWritingBuffer
Construct a new OverWritingBuffer with the specified size.
OverWritingBufferInt - class jcsp.util.ints.OverWritingBufferInt.
This is used to create a buffered integer channel that always accepts input, overwriting its last entered data if full.
OverWritingBufferInt(int) - Constructor for class jcsp.util.ints.OverWritingBufferInt
Construct a new OverWritingBufferInt with the specified size.

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.