A B C D E F G H I J M N O P R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
N
- Nand - Class in org.jcsp.plugNplay
-
Bitwise nands two Integer streams to one stream.
- Nand(ChannelInput, ChannelInput, ChannelOutput) - Constructor for class org.jcsp.plugNplay.Nand
-
Construct a new Nand process with the input Channels in1 and in2 and the output Channel out.
- NandInt - Class in org.jcsp.plugNplay.ints
-
Bitwise nands two integer streams to one stream.
- NandInt(ChannelInputInt, ChannelInputInt, ChannelOutputInt) - Constructor for class org.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 org.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 org.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 in org.jcsp.plugNplay
-
Bitwise nors two Integer streams to one stream.
- Nor(ChannelInput, ChannelInput, ChannelOutput) - Constructor for class org.jcsp.plugNplay.Nor
-
Construct a new Nor process with the input Channels in1 and in2 and the output Channel out.
- NorInt - Class in org.jcsp.plugNplay.ints
-
Bitwise nors two integer streams to one stream.
- NorInt(ChannelInputInt, ChannelInputInt, ChannelOutputInt) - Constructor for class org.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 org.jcsp.awt.GraphicsCommand
-
This is the null command whose interpretation is a no-op.
- numberEarlyTimeouts() - Static method in class org.jcsp.lang.SpuriousLog
-
Returns the number of early timeouts accepted so far.
- Numbers - Class in org.jcsp.plugNplay
-
Plugs together a network of low-level stateless components to generate the sequence of natural numbers.
- Numbers(ChannelOutput) - Constructor for class org.jcsp.plugNplay.Numbers
-
Construct a new Numbers process with the output Channel out.
- NumbersInt - Class in org.jcsp.plugNplay.ints
-
Plugs together a network of low-level stateless components to generate the sequence of natural numbers.
- NumbersInt(ChannelOutputInt) - Constructor for class org.jcsp.plugNplay.ints.NumbersInt
-
Construct a new NumbersInt process with the output Channel out.
- numberSpuriousWakeUps() - Static method in class org.jcsp.lang.SpuriousLog
-
Returns the number of spurious wakeups so far.
All Classes All Packages