ArrayContains

User Level Documentation: Assert whether an element is contained in an array. This actor reads an array from the input port and and an element from either a port or a parameter and asserts whether the array contains the element.


Author(s): Efrat Jaeger
Version:$Id: ArrayContains.java,v 1.3 2006/03/05 01:45:21 jaeger Exp $


array
The input array.
output
Boolean output specifying whether the element is contained in the array.


element
The search element.