ArrayRemoveElement
org.geon.ArrayRemoveElement

Removes an element occurrences from an array. This actor reads an array from the input port and an element value from either a port or a parameter and removes the element occurrences from the array. If the array contains no other values, leave a single occurrence.

Author(s): Efrat Jaeger
Version:$Id: ArrayRemoveElement.java,v 1.4 2006/05/18 22:20:00 mangal Exp $


array
Input array.

output
The resulting output array



element
The element to be removed.