
BooleanAccumulator |
org.resurgence.actor.BooleanAccumulator |
This actor reads a sequence of boolean values and writes one boolean
value from their combination.
Author(s): Wibke Sudholt, University and ETH Zurich, November 2004
Version:$Id: BooleanAccumulator.java,v 1.3 2005/03/18 18:16:58 sudholt Exp $
booleans
The input port, which contains the booleans.
combination
The output port, which contains their combination.
operation
The parameter, which specifies the logical operator.
number
The port parameter, which specifies the number of booleans
in the sequence and defaults to 1.