
ArrayContains |
org.geon.ArrayContains |
Assert whether an element is contained in an array. This actor reads an array from the
input port and and an element from a port 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
Input array.
output
Boolean output specifying whether the element is contained in
the array.
element
The search element.