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

N

Nand - class jcsp.plugNplay.Nand.
Bitwise nands two Integer streams to one stream.
Nand(ChannelInput, ChannelInput, ChannelOutput) - Constructor for class jcsp.plugNplay.Nand
Construct a new Nand process with the input Channels in1 and in2 and the output Channel out.
NandInt - class jcsp.plugNplay.ints.NandInt.
Bitwise nands two integer streams to one stream.
NandInt(ChannelInputInt, ChannelInputInt, ChannelOutputInt) - Constructor for class jcsp.plugNplay.ints.NandInt
Construct a new NandInt process with the input Channels in0 and in1 and the output Channel out.
NONEMPTYFULL - Static variable in interface jcsp.util.ChannelDataStore
Indicates that the ChannelDataStore is neither empty nor full -- it can accept either a put or a get call.
NONEMPTYFULL - Static variable in interface jcsp.util.ints.ChannelDataStoreInt
Indicates that the ChannelDataStoreInt is neither empty nor full -- it can accept either a put or a get call.
Nor - class jcsp.plugNplay.Nor.
Bitwise nors two Integer streams to one stream.
Nor(ChannelInput, ChannelInput, ChannelOutput) - Constructor for class jcsp.plugNplay.Nor
Construct a new Nor process with the input Channels in1 and in2 and the output Channel out.
NorInt - class jcsp.plugNplay.ints.NorInt.
Bitwise nors two integer streams to one stream.
NorInt(ChannelInputInt, ChannelInputInt, ChannelOutputInt) - Constructor for class jcsp.plugNplay.ints.NorInt
Construct a new NorInt process with the input Channels in0 and in1 and the output Channel out.
NULL - Static variable in class jcsp.awt.GraphicsCommand
This is the null command whose interpretation is a no-op.
Numbers - class jcsp.plugNplay.Numbers.
Plugs together a network of low-level stateless components to generate the sequence of natural numbers.
Numbers(ChannelOutput) - Constructor for class jcsp.plugNplay.Numbers
Construct a new Numbers process with the output Channel out.
NumbersInt - class jcsp.plugNplay.ints.NumbersInt.
Plugs together a network of low-level stateless components to generate the sequence of natural numbers.
NumbersInt(ChannelOutputInt) - Constructor for class jcsp.plugNplay.ints.NumbersInt
Construct a new NumbersInt process with 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.