Package org.jcsp.plugNplay.ints


package org.jcsp.plugNplay.ints
  • Classes
    Class
    Description
    Bitwise ands two integer streams to one stream.
    Black holes anything sent to it.
    This process broadcasts integers arriving on its input channel in parallel to its two output channels.
    This process broadcasts integers arriving on its input channel in parallel to its array of output channels.
    This demultiplexes data from its input channel to its output channel array.
    This demultiplexes data from its input channel to its output channel array.
    This process broadcasts integers arriving on its input channel in parallel to its output channel array -- those output channels can be changed dynamically.
    This generates the Fibonacci sequence on its output channel.
    This holds on to data from its input channel for a fixed delay before passing it on to its output channel.
    Generates an infinite (constant) sequence of ints.
    This copies its input stream to its output stream unchanged.
    This is a running-sum integrator of the ints on its input stream to its output stream.
    Merges two strictly increasing int input streams into one strictly increasing output stream.
    Merges an array of strictly increasing int input streams into one strictly increasing output stream.
    Scales an integer stream.
    Fair multiplexes its input integer stream array into one output stream (carrying source channel and data pairs).
    Bitwise nands two integer streams to one stream.
    Bitwise nors two integer streams to one stream.
    Plugs together a network of low-level stateless components to generate the sequence of natural numbers.
    Bitwise ors two integer streams to one stream.
    Generates sums of successive pairs of input values.
    Parallel multiplexes its input integer stream array on to one output stream.
    Fair multiplexes two integer streams into one.
    Fair multiplexes its input integer stream array into one output stream.
    Sums two integer streams to one stream.
    Prefixes a user-supplied integer to the int stream flowing through.
    Prints each int from its input channel to a PrintStream.
    Reads one int from its input channel.
    Writes one int to its output channel.
    This process generates a constant stream of Integers at a regular rate.
    This process controls the rate of flow of traffic from its input to output channels.
    Converts each input int to a String, prefixing it with a user-defined sign.
    Generates the integer stream 1*1, 2*2, 3*3, etc by a somewhat unusual route.
    Substitutes a user-configured constant for each integer in the stream flowing through.
    Adds one to each integer in the stream flowing through.
    The output stream is the tail of its input stream.
    Multiplies two integer streams to one stream.
    Bitwise xors two integer streams to one stream.